backup repo of my dotfiles and configs
Find a file
2017-09-06 00:43:19 -04:00
.config/htop additions for htop 2017-08-27 17:17:25 -04:00
.vim vim enchancements 2017-09-05 15:50:32 -04:00
.zsh fasd fun 2017-09-06 00:43:19 -04:00
scripts eval statement not working right for ssh-agent 2017-08-07 15:55:17 -04:00
.bash_aliases Now including custom bash aliases 2017-07-24 14:53:03 -04:00
.bashrc Now including custom bash aliases 2017-07-24 14:53:03 -04:00
.gitignore git will ignore the cache directory if present 2017-08-02 16:18:11 -04:00
.tmux.conf more modulated 2017-09-02 14:54:15 -04:00
.vimrc vim enchancements 2017-09-05 15:50:32 -04:00
.zshrc fasd fun 2017-09-06 00:43:19 -04:00
init.sh fasd fun 2017-09-06 00:43:19 -04:00
LICENSE Initial commit 2017-07-24 14:22:19 -04:00
README.md more description! 2017-09-05 17:22:33 -04:00

Dotfile Repo

This repo contains all of my personal settings for command line linux programs. Including but not limited to:

  • zsh
  • tmux
  • vim Also included are any custom shell scripts I might find useful to carry around with me.

vim

my text editor of choice for its efficiency in keeping your hands as close to the home row as possible.

tmux

a modern terminal multiplexor which is actively maintained compared to screen. Biggest modification is rebinding the leader key combo to Ctrl+A

ZSH

I chose the Z shell for its extensive expansion and bonus features compared to the default bash shell.

Plugin Managers

Pathogen

This plugin manager automatically loads all of my vim plugins in the .vim/bundle directory. All I need to do is add one line to my .vimrc for this functionality.

Antibody

This plugin manager downloads zsh plugins directly from git based on a list of gituser/gitproject names in my .zshrc file. I chose it over antigen as it is more simple and quick.

Powerline

Nifty modern looking effect for zsh, vim, and tmux!