install sshfs + add zsh alias

This commit is contained in:
♥ Minnie ♥ 2024-10-01 11:58:33 +08:00
parent 7efce0a4ee
commit d5c0320eee
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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