These dotfiles can be installed by running the following Make command:
$ make install
✖ File already exists: /Users/vincent/.atom/config.cson
✖ File already exists: /Users/vincent/.gitconfig
✔ Installing file: /Users/vincent/.gitignore
[...]Before installing encrypted dotfiles, you have to import your private gpg key by typing:
$ gpg2 --import private.keyThen, encrypted Makefiles can be automatically installed by typing:
$ make install-encrypted
✔ Installing encrypted file: /Users/vincent/.ssh/configHere is the detail of available dotfiles:
- Install to
~/.aliases
- Download Atom
- Install to
~/.atom/config.cson
- Install to
~/.brew - Then, run
./.brewto install Homebrew libraries/applications
- Install to
project/directory
- Install to
~/.exports
- Install to
~/.functions
- Install to
~/.gitconfig
- Install to
~/.gitignore - Type
git config --global core.excludesfile ~/.gitignore
- Install to
~/.iTerm2/com.googlecode.iterm2.plist - Do not forget to configure iTerm2 (Preferences > General) at the bottom to load configuration from
~/.iTerm2directory
- Install to
~/.oh-my-zsh/themes/eko.zsh-theme
- Install to
~/.sources
- Install to
~/.tmux.conf
- Install to
~/.vimrc - Type
vim +PlugInstall +qallto install vim plugins
- Install to
~/.vim
- Install to
~/.zshrc