These are my personal dotfiles. This is primarily tests on OSX. Linux is in the works :)
WARNING: Installs zsh and oh-my-zsh if not already installed Also sets your default shell to zsh. DONT INSTALL IF YOU DON'T WANT THIS
During installing, if you didnt' already have oh-my-zsh and zsh installed it will create a new zshrc file from the oh-my-zsh default template. My personal zshrc file is in $HOME/dotfiles/zshrc. I didn't symlink this one by default again because path variables and other zsh config might change between systems, and I haven't ironed out how to deal with any issues yet.
Inspired by many, used by one (for now)
There's still some bugs in the script, but it's almost there. Use at your own risk ;)
- Clone or fork the repo:
git clone https://github.com/mikeLspohn/dotfiles.git
- Run the install script
cd dotfiles
- Run the script from directory root:
./install.sh
##TODO
- Make sure Vundle gets installed when during install script run
- vimrc may need some work to check for term colors depending on terminal
- Leave message to restart shell after install
- Leave documenation for other things that may need installed (homebrew, sudo, etc.)
- More testing for install.sh on fresh linux and osx systems