update dotfiles

This commit is contained in:
2025-06-26 00:48:30 +03:00
commit 6e33d6fac6
2 changed files with 180 additions and 0 deletions

20
update.sh Executable file
View 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