backup repo of my dotfiles and configs
Find a file
2017-10-10 16:05:20 -04:00
.config/htop additions for htop 2017-08-27 17:17:25 -04:00
.vim reduced gitignore files 2017-10-10 16:05:20 -04:00
.zsh set terminal heading regardless of where we are 2017-10-10 15:37:11 -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 reduced gitignore files 2017-10-10 16:05:20 -04:00
.gitmodules specified master branch 2017-10-07 18:20:01 -04:00
.spacemacs set scripts to be executable, fixed improper variable 2017-09-26 20:38:02 -04:00
.tmux.conf more modulated 2017-09-02 14:54:15 -04:00
.vimrc vim backups and temp files isolated to own directories 2017-10-10 15:41:51 -04:00
.zshrc added better history, but not enabled 2017-10-10 15:40:52 -04:00
deps.zsh seperated dependcy installation for parallel execution 2017-09-27 13:36:57 -04:00
fonts.zsh set scripts to be executable, fixed improper variable 2017-09-26 20:38:02 -04:00
init.sh antibody line didn't belong with vim's script 2017-09-27 14:40:02 -04:00
LICENSE Initial commit 2017-07-24 14:22:19 -04:00
package.patch patch for themes 2017-09-26 16:02:55 -04:00
README.md added emacs to my repertoire 2017-09-27 14:40:19 -04:00
spacemacs.zsh package patch integrated into spacemacs script 2017-09-27 14:18:30 -04:00
vim.zsh antibody line didn't belong with vim's script 2017-09-27 14:40:02 -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
  • emacs 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.

Emacs

My exploration of emacs begins with spacemacs, combining the power of both vim and emacs together! It's extensive set of plugins are self contained and updating to make life easy. Conveniently it has both a GUI and terminal version, but I'm still working on copy/paste!

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!