Skip to content

subich/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Contents:

ZSH

LINK: .zshrc

Preferred zsh settings, completion settings, and aliases. Uses Oh-my-zsh.

Install oh-my-zsh:

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Install the below packages with your preferred package manager:

pyenv bat prettyping ncdu

vim

LINK: .vimrc

Plugins are managed by vim-plug. Vim-plug is auto-installed if it does not exist. Plugins are auto-installed on first start; any plugin additions can be installed with :PlugInstall. Plugins can be updated with :PlugUpdate, and vim-plugin can update itself with :PlugUpgrade.

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

tmux

LINK: .tmux.conf

Mostly visual changes; some keybind changes for navigation improvements and minor annoyances.