-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update README to reflect streamlined dotfiles setup
- Loading branch information
1 parent
1c1c431
commit 7b6d7ed
Showing
1 changed file
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|