Skip to content

ShurupuS/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Dotfiles and profiles I'm using

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages