backup repo of my dotfiles and configs
Find a file
2018-07-31 10:04:31 -04:00
.ssh fixed alias 2018-06-03 23:52:55 -04:00
emacs altered storage to be stow compatible 2018-03-28 15:10:07 -04:00
note fixed permissions and new notes 2018-05-22 13:45:29 -04:00
scripts check for root before running 2018-06-03 23:59:28 -04:00
tmux tmux updates 2018-04-12 15:27:05 -04:00
vim new plugins 2018-05-10 11:49:33 -04:00
.gitignore preparation for bash-it 2018-07-31 10:04:31 -04:00
.gitmodules fixed vim submodules 2018-03-28 15:47:22 -04:00
deps.sh added synpatic and aptitude 2018-06-11 00:26:20 -04:00
fonts.zsh set scripts to be executable, fixed improper variable 2017-09-26 20:38:02 -04:00
git_config vim plug replaced vundle as it is no longer maintained 2018-03-29 15:13:30 -04:00
init.sh new tests 2018-06-14 15:01:43 -04:00
LICENSE Initial commit 2017-07-24 14:22:19 -04:00
mate_term_sol.zsh auto solarize mate terminal 2017-10-27 13:44:20 -04:00
prezto.zsh switched to bitbucket 2018-06-05 11:01:48 -04:00
README.md Update README.md 2018-04-11 15:01:11 -04:00
spacemacs.zsh changed to correct shell & removed patch 2018-02-03 00:53:50 -05:00
tmuxfix.sh added killing powerline daemon 2018-05-05 01:16:35 -04:00

Dotfile Repo

This repo contains all of my personal settings for command line linux programs. They are conveniently stored in categorized folders, and automatically symlinked to the correct location in the home folder via a clever use of GNU Stow. 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

Prezto

A lighter version of the popular oh-my-zsh, this provided a stable and tested place to start making my own shell modifications.

vim-plug

A lighter, self installing, parallel downloading plugin manager for vim.

Powerline

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