Stow scripts

This commit is contained in:
2023-11-25 09:35:34 -05:00
parent 547eb10705
commit b41a4141f2
41 changed files with 2 additions and 2 deletions

8
scripts/bin/hosts-file.sh Executable file
View File

@ -0,0 +1,8 @@
#! /bin/bash
if [[ $* == *-b* ]]; then
cp /etc/hosts ~/.config/.dotfiles/hosts
else
sudo cp ~/.config/.dotfiles/hosts /etc/hosts
fi