Skip to content

Latest commit

 

History

History
54 lines (45 loc) · 1.01 KB

README.md

File metadata and controls

54 lines (45 loc) · 1.01 KB

dotfiles

Dotfiles and profiles I'm using:

Installation

Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

RVM with stable Ruby

\curl -sSL https://get.rvm.io | bash -s stable --rails

Oh-mmy-zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Sublime

brew cask install sublime-text

iterm2

brew cask install iterm2

thefuck

brew install thefuck

Fonts

git clone https://github.com/powerline/fonts.git --depth=1
cd fonts
./install.sh
cd ..
rm -rf fonts

Clone dotfiles

cd
git clone https://github.com/ShurupuS/dotfiles .dotfiles 2> /dev/null || git -C .dotfiles pull
[ -f ~/.zshrc ] && mv ~/.zshrc ~/.zshrc_old
ln -s ~/.dotfiles/.zshrc ~/.zshrc
source ~/.zshrc