Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 609 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 609 Bytes

#Installation

##Install Xcode ###Mavericks

sudo xcodebuild -license
xcode-select --install

##Clone Repo git clone git://github.com/clang1234/dotfiles ~/dotfiles

##Run Setup Script bash ~/dotfiles/setup.ssh

Note: Mac only right now

##Get Submodules Switch to the ~/dotfiles directory, and fetch submodules:

cd ~/dotfiles
git submodule init
git submodule update

###Saving for the future Linux: ln -s ~/dotfiles/nix/bashrc ~/.bashrc

If on Ubuntu: ln -s ~/dotfiles/nix/bash_profile ~/.profile

Grab these packages: sudo apt-get install ctags python-pygments