diff options
Diffstat (limited to '.local/bin/shorts/sync-server')
-rwxr-xr-x | .local/bin/shorts/sync-server | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.local/bin/shorts/sync-server b/.local/bin/shorts/sync-server deleted file mode 100755 index 641db9c..0000000 --- a/.local/bin/shorts/sync-server +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -sshadd "$HOME/.ssh/${1}_id_ed25519" -sync() { rsync -PRru --delete --exclude "*.git" "$@"; } - -sync \ - "${XDG_CONFIG_HOME:-$HOME/.config}/./vim/vimrc" \ - "${XDG_CONFIG_HOME:-$HOME/.config}/./tmux/tmux.conf" \ - "${XDG_CONFIG_HOME:-$HOME/.config}/./shell/aliasrc" \ - "${XDG_CONFIG_HOME:-$HOME/.config}/./shell/inputrc" \ - "${XDG_CONFIG_HOME:-$HOME/.config}/./shell/server.profile" \ - "${1}:.config" |