Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 536 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 536 Bytes

Dot Files

My dot files.

Either run setup or install prerequisites manually using brew

Manually

  • git submodule init
  • git submodule update
  • install ruby
  • install brew
  • brew install python
  • brew install reattach-to-user-namespace (Used for tmux native pbcopy)
  • brew install coreutils
    • follow directions to use gnu versions of commans by default
  • brew install ack
  • ./link_files

Using setup.sh

To Install:

cd
git clone https://github.com/kelaban/dot-files
cd dot-files
./setup