/Dotfiles

Primary LanguageVim Script

Dotfiles

Summary

Upgrade your coding experience with these dotfiles

Current Setup

  1. Bash
  2. Vim
  3. Git
  4. brew
  5. ack
  6. git_completion OR bash_completion

Future Considerations

Installation (Mac vs Raspberry Pi)

cd ~
git clone https://github.com/jchen187/Dotfiles.git
cd Dotfiles

// Mac
make all

// Raspberry Pi
make raspberry

Acknowledgement

  1. Based on an existing git repo - https://github.com/eemp/dotfiles
  2. https://sourabhbajaj.com/mac-setup/iTerm/
  3. Bash snippets
  4. Tmux - https://www.hamvocke.com/blog/a-guide-to-customizing-your-tmux-conf/