diff --git a/.config/fish/config.fish b/.config/fish/config.fish index a8719fc..9464ec9 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -255,3 +255,23 @@ colorscript random starship init fish | source set -gx PATH "$HOME/.cabal/bin:$HOME/.ghcup/bin:$PATH" + +function phil-fix-names + perl-rename 'y/A-Z/a-z/' * && perl-rename 'y/ /-/' * +end + +function polish + setxkbmap -model pc104 -layout pl -option compose:rctrl +end + +function vps + ssh -p 2222 phil@46.38.232.163 -i ~/.ssh/id_ed25519_nopass +end + +function vpssh + sshfs phil@46.38.232.163:/srv/ ~/remote/vps-srv -p 2222 -o identityFile=~/.ssh/id_ed25519_nopass -o reconnect $argv; +end + +function vpsshu + fusermount3 -u ~/remote/vps-srv/ $argv; +end diff --git a/.stow-local-ignore b/.stow-local-ignore new file mode 100644 index 0000000..56b02d4 --- /dev/null +++ b/.stow-local-ignore @@ -0,0 +1,2 @@ +\.git +README.org