Compare commits
No commits in common. "fdac96925a2c1ad1cfd5a68d4ac58ba1c4c97afa" and "4c6a94a0b37b41bb3c70b863ca58a63c14ccb1b1" have entirely different histories.
fdac96925a
...
4c6a94a0b3
@ -89,7 +89,7 @@ set linenumbers
|
||||
set matchbrackets "(<[{)>]}"
|
||||
|
||||
## Suppress title bar and show file name and editor state at the bottom.
|
||||
# set minibar
|
||||
set minibar
|
||||
|
||||
## Enable mouse support, if available for your system. When enabled,
|
||||
## mouse clicks can be used to place the cursor, set the mark (with a
|
||||
|
10
scripts/backup_edi.sh
Executable file → Normal file
10
scripts/backup_edi.sh
Executable file → Normal file
@ -1,10 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
shopt -s expand_aliases # make aliases work
|
||||
REL_HOME=$HOME
|
||||
source $REL_HOME/.bash_aliases
|
||||
|
||||
sd rsync_backup -e "ssh -i $REL_HOME/.ssh/id_ed25519" ./ fabian@garrus:/citadel/backup/edi/
|
||||
|
||||
sd rsync_backup --link-dest="/etc/ssh/" /etc/ssh/ ssh/
|
Loading…
Reference in New Issue
Block a user