Skip to content

Commit

Permalink
👍 remove redundant backup files
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Feb 3, 2024
1 parent 927866f commit 072caf0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 121 deletions.
1 change: 0 additions & 1 deletion .backup/run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

cp -TRv "${ZSH_CUSTOM:-$HOME}"/.psensor ../.psensor
cp -TRv "${ZSH_CUSTOM:-$HOME}"/.bashrc ../.bashrc
cp -TRv "${ZSH_CUSTOM:-$HOME}"/.p10k.zsh ../.p10k.zsh
cp -TRv "${ZSH_CUSTOM:-$HOME}"/.zshrc ../.zshrc

Expand Down
118 changes: 0 additions & 118 deletions .bashrc

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/test_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
.local
.psensor
ignore_names: >-
.bashrc
.bash_logout
.zshrc
.p10k.zsh
Expand Down
1 change: 0 additions & 1 deletion .setup/options/setup/after-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ while true; do
#cp -TRv ../../../ "${ZSH_CUSTOM:-$HOME/}"

cp -TR ../../../.psensor ~/.psensor
cp ../../../.bashrc ~/.bashrc
cp ../../../.zshrc ~/.zshrc
cp ../../../.p10k.zsh ~/.p10k.zsh
cp -TR ../../../.config ~/.config
Expand Down

0 comments on commit 072caf0

Please sign in to comment.