Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 648 Bytes

File metadata and controls

26 lines (20 loc) · 648 Bytes

Dotfiles Management

Use C-s (control and s key at the same time) as the prefix key

unbind C-b
set -g prefix C-s

Files & Folders need tracking

~/.config/

Reading

https://dotfiles.github.io/inspiration/ https://www.anishathalye.com/2014/08/03/managing-your-dotfiles/

Init new environment

cd ~/.dotfiles # replace with the path to your dotfiles
git init # initialize repository if needed
git submodule add https://github.com/anishathalye/dotbot
git config -f .gitmodules submodule.dotbot.ignore dirty # ignore dirty commits in the submodule
cp dotbot/tools/git-submodule/install .
touch install.conf.yaml