Skip to content

unjust/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Using dotfiles to manage my setup
There are different yaml files in the repo to config my devbox, work laptop and home laptops.
Installing dotfiles for each can be done by running install with the --config param to the file

At the most basic, my environment includes:

Steps

  1. Clone this repo
  2. Get Vundle and setup by installing ~/.vim/bundle/Vundle.vim
  3. Setup the dotfiles by running the ./install script (pass -c or --config to change the config file)
  4. Launch vim and run :PluginInstall to install plugins. You may need to upgrade vim with homebrew then brew install macvim --override-system-vim to take advantage of all the plugins
  5. In the powerline-shell repo, run ./install.py then symlink the generated powerline-shell.py. Or just use the one I have committed.
  6. make sure eslint_d is installed with npm

About secrets

Keys and other secrets get stored in files somename.secrets and are gitignored so this repo can still be public.

About

My humble dotfiles, managed with dotbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published