backup repo of my dotfiles and configs
Find a file
2017-09-18 21:40:41 -04:00
.config/htop additions for htop 2017-08-27 17:17:25 -04:00
.vim fixing no submodule mapping error 2017-09-18 21:40:41 -04:00
.zsh enhanced contrast 2017-09-14 11:38:56 -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
.gitmodules init submodule for Vundle 2017-09-18 17:46:59 -04:00
.tmux.conf more modulated 2017-09-02 14:54:15 -04:00
.vimrc ctrl+A now handles decimals instead of octal 2017-09-14 14:29:13 -04:00
.zshrc customized prompt 2017-09-06 14:19:41 -04:00
init.sh typo 2017-09-18 20:01:29 -04:00
LICENSE Initial commit 2017-07-24 14:22:19 -04:00
README.md Moved to Vundle from Pathogen. Refactored vimrc. 2017-09-14 11:25:54 -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

Vundle

An expansion of the original pathogen plugin manager, this will automatically update git repos for plugins based on what's in the vimrc file

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!