backup repo of my dotfiles and configs
Find a file
2021-07-08 18:26:20 -04:00
bash bash sensible 2021-07-08 18:07:50 -04:00
config fixed stashing for config files 2020-10-30 19:38:24 -04:00
fish/omf new modules 2021-05-30 22:13:03 -04:00
mc added mc configuration 2018-10-22 15:32:39 -04:00
note ssh config for my server. 2019-04-23 14:27:08 -04:00
scripts use nerdfonts, not all of them are broken :) 2021-06-23 21:15:18 -04:00
tmux removed extra lines 2021-07-08 18:09:46 -04:00
vim added layers 2021-06-21 12:04:41 -04:00
zsh optimized PZT 2021-06-02 22:01:15 -04:00
.gitignore tmux themes 2021-06-11 23:10:50 -04:00
bash.sh bash sensible 2021-07-08 18:07:50 -04:00
fish.sh script cleanup 2020-12-28 05:41:24 -05:00
git_config vim plug replaced vundle as it is no longer maintained 2018-03-29 15:13:30 -04:00
init.sh Merge branch 'prezto' 2021-07-08 18:26:20 -04:00
LICENSE Initial commit 2017-07-24 14:22:19 -04:00
odeps.sh minor tweaks 2020-08-30 00:41:51 -04:00
prezto.zsh prezto changes 2021-06-03 01:06:19 -04:00
README.md Update README.md 2018-04-11 15:01:11 -04:00
spacemacs.zsh zsh read is weird 2021-06-07 11:35:43 -04:00
udeps.sh removed debug statement 2021-06-24 03:14:07 -04:00
update.zsh update script downloads tmux theme 2021-06-16 01:37:59 -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!