misc updates, particularly the vscode config

This commit is contained in:
askiiart 2024-07-10 14:52:08 -05:00
parent c41ded6df2
commit b8ad9ef339
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
9 changed files with 39 additions and 22 deletions

View file

@ -33,6 +33,8 @@ rm -rf $GIT_DIR/vesktop/sessionData
rm -rf $GIT_DIR/vesktop/Crashpad
rm -rf $GIT_DIR/vesktop/vencordDist
rm -f $GIT_DIR/vesktop/Singleton*
rm -f $GIT_DIR/vesktop/state.json
rm -f $GIT_DIR/vesktop/.updaterId
# VS code
rm -rf $GIT_DIR/vscode
@ -93,5 +95,7 @@ cp -r $HOME/.config/waybar/* $GIT_DIR/waybar/
# sway runner
# TODO: make this work on nix stuff
cp /usr/bin/sway-runner $GIT_DIR/
sudo chown $(whoami) sway-runner
if command_exists "xbps-install"; then
cp /usr/bin/sway-runner $GIT_DIR/
sudo chown $(whoami) sway-runner
fi