-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e90c8c
commit 8611960
Showing
1 changed file
with
6 additions
and
0 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 |
---|---|---|
|
@@ -6,6 +6,12 @@ It contains the installation of some basic tools, some handy aliases and functio | |
|
||
You can install them by cloning the repository as `.dotfiles` in your home directory and running the bootstrap script. | ||
|
||
``` | ||
git clone [email protected]:freekmurze/dotfiles.git .dotfiles | ||
cd .dotfiles | ||
./bootstrap | ||
``` | ||
|
||
The bootstrap script can be run by cd-ing into the `.dotfiles` directory and performing this command: | ||
|
||
```bash | ||
|