-
Brew mac package manager that will install the packages listed in the Brewfile and any packages installed in files in your $HOME directory that match .Brewfile.*local file pattern
-
Your bash_profile which will source several other bash settings from the shell folder
-
Gems listed in the Gemfile and any gems installed in files in your $HOME directory that match .Gemfile.*local file pattern
-
Mac applications (Casks) listed in the Caskfile and any casks installed in files in your $HOME directory that match .Caskfile.*local file pattern
- Execute the following command replacing $USERNAME with your github username to install and initalize all dotfiles components
bash -c "$(curl -fsSL raw.github.com/jessefriedland/dotfiles/master/bin/dotfiles)"
- Profit.
3.optional) Create your own dotfiles.*local repository! You can fork Jesse's local dotfiles to get started.
- After forking, make sure to change the GIT_USER and GIT_ORG in dotfiles script
- Also, make sure to remove or alter anything specific to jesse like this
3.optional) Create local configurations for your bash profile or gitconfig
- ~/.gitconfig.local
- ~/.bash_profile.local
## Updating
##### No Installs Update
Execute this to get the latest dotfiles with no Software or Package updates. See the help `~/.dotfiles/bin/dotfiles --help` for more options
~/.dotfiles/bin/dotfiles --no-installs
### References
This is forked from https://github.com/necolas/dotfiles