-
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.
- Loading branch information
Showing
1 changed file
with
17 additions
and
4 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 |
---|---|---|
@@ -1,7 +1,20 @@ | ||
# dotfiles | ||
# Fabio's dotfiles | ||
|
||
## Update settings | ||
## Installation | ||
|
||
`cd ~/dotfiles` | ||
Run the following command from the **HOME** directory: | ||
|
||
`source bootstrap.sh` | ||
`git clone https://github.com/hspazio/dotfiles.git` | ||
|
||
`cd ~/dotfiles` | ||
|
||
Run installation tasks | ||
|
||
* `rake install:brew` uses [Homebrew Bundle] (https://github.com/Homebrew/homebrew-bundle) to install all the packages specified in the `Brewfile` | ||
* `rake install:zsh` installs and configures `zsh` | ||
* `rake install:vim` installs [Vundle](https://github.com/VundleVim/Vundle.vim) as package manager and other dependencies | ||
* `rake install:ctags` sets up Vim and Ruby environment to work with ctags | ||
* After that we need to link the dotfiles to the **HOME** directory. For this we will use: | ||
`rake link`. This will command will also source `.zshrc` in order to apply the changes to the shell and will also install any new Vim packages. | ||
|
||
* For a detailed list of tasks run `rake -T` |