Last active
March 3, 2019 22:01
-
-
Save ben0it8/670ce853ba81084e4a6a833dd3a48302 to your computer and use it in GitHub Desktop.
initialize dotfiles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
echo "ZSH=$HOME/.oh-my-zsh" >> ~/.zshrc | |
echo "source $ZSH/oh-my-zsh.sh" >> ~/.zshrc | |
echo "ZSH_THEME='robbyrussel'" >> ~/.zshrc | |
echo "plugins = (git python osx web-search vi-mode dotenv" >> ~/.zshrc | |
echo "alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'" >> ~/.zshrc | |
source ~/.zshrc | |
echo ".cfg" >> .gitignore | |
git clone --bare https://github.com/ben0it8/dotfiles.git .cfg/ | |
config checkout | |
config config --local status.showUntrackedFiles no | |
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment