Skip to content

Latest commit

 

History

History
executable file
·
24 lines (17 loc) · 560 Bytes

README.md

File metadata and controls

executable file
·
24 lines (17 loc) · 560 Bytes

dotSetting

After many years of usage in commandline, I got a lot of setting like .bashrc, .vimrc, .tmux.conf...

GNU stow is used to manage my dotSetting

How to install

First install stow via yay or brew, then:

mkdir -p ~/.config/
git clone https://github.com/pastleo/dotSetting.git ~/.config/dotSetting
cd ~/.config/dotSetting
stow -t ~ --no-folding home [other modules ...]

Uninstall installed modules

cd ~/.config/dotSetting
stow -t ~ -D home [other modules ...]