install sshfs + add zsh alias
This commit is contained in:
parent
7efce0a4ee
commit
d5c0320eee
|
@ -30,6 +30,7 @@
|
|||
ll = "ls -l";
|
||||
tt = "wezterm cli set-tab-title ";
|
||||
deploy-viridian = "nixos-rebuild switch --flake .#viridian --target-host viridian --use-remote-sudo";
|
||||
mount-backup = "sshfs sajenim@viridian.kanto.dev:/srv/shares/sajenim /home/sajenim/.backup -o IdentityFile=/home/sajenim/.ssh/sajenim_sk";
|
||||
};
|
||||
|
||||
# An attribute set that adds to named directory hash table
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
nmap # network mapper
|
||||
xclip # clipboard
|
||||
ripgrep # searches the current directory for a regex pattern
|
||||
sshfs # Mount filesystems over SSH
|
||||
|
||||
# HTTP
|
||||
curl # transfer dato to/from server
|
||||
|
|
Loading…
Reference in a new issue