backup repo of my dotfiles and configs
Find a file
2020-01-21 15:37:55 -05:00
config establishes systemd service for emacs daemon 2019-12-02 14:30:06 -05:00
emacs ssh config for my server. 2019-04-23 14:27:08 -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 various enhancements 2019-06-24 14:51:53 -04:00
tmux removed redundant set term statement 2020-01-21 15:08:19 -05:00
vim config for spacevim 2019-02-14 11:53:58 -05:00
.gitignore ignoring prezto 2019-03-29 23:40:56 -04:00
.p10k.zsh new theme 2019-12-18 22:25:29 -05:00
emacs_doom.zsh added test cases for installation 2020-01-21 15:37:55 -05: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 fixed stow condition, update file created to help with incremental 2019-12-02 15:23:59 -05:00
LICENSE Initial commit 2017-07-24 14:22:19 -04:00
odeps.sh new logic for installing deps 2019-10-07 11:59:29 -04:00
prezto.zsh fixed the prompt symlink 2019-11-07 02:32:29 +00:00
README.md Update README.md 2018-04-11 15:01:11 -04:00
udeps.sh initial layout for emacs doom 2020-01-21 15:09:53 -05:00
update.zsh fixed stow condition, update file created to help with incremental 2019-12-02 15:23:59 -05: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!