These are dot-files and basic configs of my development Mac, feel free to use and do whatever you want.
Checkout the repository and simply run init.sh
git clone https://github.com/ryanhanwu/dotfiles.git && cd dotfiles
sh ./init.sh
~/.gitconfig
~/.gitignore_global
./.iterm2.zsh
~/.tmux
~/.vimrc
~/.zshrc
- Shell plugins&configurations through Oh My Zsh
- Vim plugins & settings through The Ultimate vimrc.
- Mac HomeBrew settings through Brewbundle
- System Node.js and NVM
- Tmux Oh My Tmux!
-
Generate your key for the development machine
ssh-keygen -t rsa -b 4096
-
Copy your public key (~/.ssh/id_rsa.pub) to your Github/Bitbucket Account's "SSH Keys"
-
Link git config
ln -sf ~/Dropbox/RyanDB/Mackup/.ssh/config ~/.ssh/config
ln -sf ~/Dropbox/RyanDB/Mackup/.mackup ~/.mackup