diff --git a/fish/functions/ssh.fish b/fish/functions/ssh.fish new file mode 100644 index 0000000..83b8284 --- /dev/null +++ b/fish/functions/ssh.fish @@ -0,0 +1,9 @@ +function ssh + if test $TERM = xterm-kitty + echo "using kitty +kitten ssh" + echo + kitty +kitten ssh $argv + else + command ssh $argv + end +end \ No newline at end of file diff --git a/install.conf.yaml b/install.conf.yaml index 89d054a..4266afe 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -33,3 +33,6 @@ - ~/proj - ~/bin - ~/.desktop + +- shell: + - [touch ~/dotfiles/location.txt]