Skip to content

Commit

Permalink
docs: Update README to reflect streamlined dotfiles setup
Browse files Browse the repository at this point in the history
  • Loading branch information
laurigates committed May 20, 2024
1 parent 1c1c431 commit 7b6d7ed
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,27 @@

## Installation

I use [dotbot](https://github.com/anishathalye/dotbot) to handle installation of my dotfiles.
I have configured the more advanced setup described on the
[Tips and Tricks](https://github.com/anishathalye/dotbot/wiki/Tips-and-Tricks#more-advanced-setup)
page in the dotbot wiki.
[dotbot](https://github.com/anishathalye/dotbot) is used to handle installation of my dotfiles.

```
git clone --recurse-submodules [email protected]:laurigates/dotfiles
```

For a basic workstation installation
Basic workstation installation:

```
./install-profile workstation
./install workstation
```

To install a specific configuration
Install a specific configuration:

```
./install-standalone rust
./install rust
```

List available configs:
```
./install --list
```

## macOS quirks
Expand Down

0 comments on commit 7b6d7ed

Please sign in to comment.