backup repo of my dotfiles and configs
Find a file
2024-10-28 18:40:42 -04:00
config added bedbox 2024-08-20 00:11:10 -04:00
fish/omf removed neofetch 2024-05-06 21:44:11 -04:00
note new note for backup partition 2024-08-06 01:13:15 -04:00
scripts added user 2024-10-17 16:32:20 -04:00
.gitignore removed neofetch 2024-05-06 21:44:11 -04:00
adeps.sh prezto is outside stevset now 2021-07-19 17:21:08 -04:00
ddeps.sh misc changes 2024-10-28 18:40:42 -04: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 removed neofetch 2024-05-06 21:44:11 -04:00
init.sh misc changes 2024-10-28 18:40:42 -04:00
LICENSE removed neofetch 2024-05-06 21:44:11 -04:00
odeps.sh updated opensuse dependencies 2023-07-19 23:28:18 -04:00
prezto.zsh fixed url 2024-04-01 20:32:02 -04:00
README.md removed neofetch 2024-05-06 21:44:11 -04:00
spacemacs.zsh refactored init script and layout of directories 2022-12-14 05:04:14 -05:00
spacevim.sh misc changes 2024-10-28 18:40:42 -04:00
udeps.sh - reorganized 2 sections 2024-10-28 18:22:51 -04: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!