mirror of
https://github.com/bvanroll/dotfiles-2022.git
synced 2025-08-29 12:02:47 +00:00
i3 config and restore script
This commit is contained in:
4
bin/dtfrestore.sh
Normal file
4
bin/dtfrestore.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
git clone -b base --bare $2 $1
|
||||
|
||||
git --git-dir="$2" --work-tree="$HOME" config --local status.showUntrackedFiles no
|
||||
git --git-dir="$2" --work-tree="$HOME" checkout || echo -e 'Deal with conflicting files, then run (possibly with -f flag if you are ok with overwriting)\ngit --git-dir="$2" --work-tree="$HOME" checkout'
|
Reference in New Issue
Block a user