karunsiri / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Requirements

  • zsh as a default shell

    chsh -s $(which zsh)
    
  • Neovim. A Better Vim

  • Thoughtbot rcm to manage dotfiles sync.

Syncing dotfiles

  • Clone this repo to ~/.dotfiles

    git clone https://github.com/karunsiri/dotfiles.git ~/.dotfiles
    
  • Sync the dotfiles

    RCRC=$HOME/.dotfiles/rcrc rcup
    

    You can run rcup over and over again without having to supply RCRC env.

Customizations (TBD)

  • nvim
  • tmux

About


Languages

Language:Lua 50.9%Language:Shell 43.4%Language:Vim Script 5.8%