Hello! This respository is a compilation of many of my configs and dotfiles My Main OS is Ubuntu (14.04 ATM), and settings will be tuned to that platform, as well as some for other OSes
$ git clone git://github.com/HeroCC/dotfiles.git ~/.dotfiles && cd ~/.dotfiles
This clones the respository, and CDs into it
To install automatically, run:
$ ./install.sh
If you want to do it manually, then follow the instructions below...
Please note, the manual instructions may be out of date. Use your best judgement!
This particular setup uses a combination of, oh-my-zsh and ze-best-zsh-config
$ ln -s ~/.dotfiles/zsh ~/.zsh
$ ln -s ~/.dotfiles/zsh/zshrc ~/.zshrc
$ ln -s ~/.dotfiles/zsh/zshenv ~/.zshenv
$ ln -s ~/.dotfiles/git/gitconfig ~/.gitconfig
$ ln -s ~/.dotfiles/git/gitignore_global ~/.gitignore_global
$ ln -s ~/.dotfiles/screen/screenrc ~/.screenrc
$ ln -s ~/.dotfiles/ssh/config ~/.ssh/config
$ ln -s ~/.dotfiles/gem/gemrc ~/.gemrc
This may be different on a Mac
$ mv ~/.config/sublime-text-3/Packages/User ~/.dotfiles/sublimetext/User
$ cd ~/.config/sublime-text-3/Packages/
$ ln -s ~/.dotfiles/sublimetext/User User
$ ln -s ~/.dotfiles/vim ~/.vim
$ ln -s ~/.dotfiles/vim/vimrc ~/.vimrc
$ ln -s ~/.dotfiles/vim/gvimrc ~/.gvimrc
$ ln -s ~/.dotfiles/tmux/tmux.conf ~/.tmux.conf
- @zanshin - Inspiration & Configs
- oh-my-zsh & ze-best-zsh-config - ZSH Themes and Config