backup repo of my dotfiles and configs
Find a file
2024-01-14 22:02:23 -05:00
config basic filters for btm 2023-12-27 16:11:45 -05:00
fish/omf new modules 2021-05-30 22:13:03 -04:00
note added Relaxation Toolkit 2023-12-30 21:27:04 -05:00
scripts automatic chroot 2024-01-14 22:02:23 -05:00
.gitignore fixed formatting 2022-11-08 18:34:13 -05:00
adeps.sh prezto is outside stevset now 2021-07-19 17:21:08 -04:00
ddeps.sh updated nvim upgrade logic 2024-01-12 14:34:12 -05:00
fdeps.sh fedora dependency script 2022-03-18 21:08:31 -04:00
fish.sh fixed URL 2022-01-02 00:14:16 -05:00
git_config vim plug replaced vundle as it is no longer maintained 2018-03-29 15:13:30 -04:00
init.sh - fixed nvim installation 2023-10-29 16:03:41 -04:00
LICENSE Initial commit 2017-07-24 14:22:19 -04:00
odeps.sh updated opensuse dependencies 2023-07-19 23:28:18 -04:00
prezto.zsh prezto is outside stevset now 2021-07-19 17:21:08 -04:00
README.md Update README.md 2018-04-11 15:01:11 -04:00
spacemacs.zsh refactored init script and layout of directories 2022-12-14 05:04:14 -05:00
udeps.sh updated nvim upgrade logic 2024-01-12 14:34:12 -05:00
update.zsh link spacevim init.toml 2022-01-25 23:33:53 -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!