update dotfiles
This commit is contained in:
20
update.sh
Executable file
20
update.sh
Executable file
@@ -0,0 +1,20 @@
|
||||
#!/bin/bash
|
||||
|
||||
REPO_PATH="$HOME/repos/dotfiles-new"
|
||||
|
||||
cp -r ~/.config/alacritty "$REPO_PATH"
|
||||
cp -r ~/.config/hypr "$REPO_PATH"
|
||||
cp -r ~/.config/i3 "$REPO_PATH"
|
||||
cp -r ~/.config/nvim "$REPO_PATH"
|
||||
cp -r ~/.config/polybar "$REPO_PATH"
|
||||
cp -r ~/.config/tofi "$REPO_PATH"
|
||||
cp -r ~/.config/waybar "$REPO_PATH"
|
||||
cp -r ~/.config/dunst "$REPO_PATH"
|
||||
cp -r ~/.zshrc "$REPO_PATH"
|
||||
cp -r ~/.config/compfy "$REPO_PATH"
|
||||
cp -r ~/.config/rofi "$REPO_PATH"
|
||||
|
||||
cd "$REPO_PATH"
|
||||
git add --all
|
||||
git commit -m "update dotfiles"
|
||||
# git push
|
||||
Reference in New Issue
Block a user