Skip to content

benkoren/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My dotfile configurations.

Stow

Use stow to install the desired packages in this repo. You can do this manually, but it'll take awhile

  • brew install stow or sudo apt install stow
  • cd into the repo, then stow -t ~ bash git vim tmux to install configurations in the bash, git, and vim directories. Add any others you need.

Files outside of this repo

For convenience, the .bash_profile in this repo will source any files matching the glob ~/.extra*

Vim

  • stow vim
  • sudo apt install vim-gui-common vim-runtime
  • ./scripts/install_vundle.sh
  • git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime
  • execute :PluginInstall inside vim

Shell theme

  • run ./scripts/install_bash_it.sh

About

My Configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 96.1%
  • Vim Script 3.9%