Add SSH folder
This commit is contained in:
parent
16cec45d3b
commit
b4ae5f65bb
1 changed files with 2 additions and 1 deletions
|
@ -13,9 +13,10 @@ fish -c "set -U fish_greeting"
|
|||
# Reversed search
|
||||
curl -sL https://git.io/fisher | fish -c "source && fisher install jorgebucaran/fisher"
|
||||
fish -c "fisher install jethrokuan/fzf"
|
||||
# SSH need2check if really needed
|
||||
# SSH
|
||||
rm "$HOME"/.config/fish/functions/fish_ssh_agent.fish 2> /dev/null
|
||||
wget -q https://gitlab.com/kyb/fish_ssh_agent/raw/master/functions/fish_ssh_agent.fish -P "$HOME"/.config/fish/functions/
|
||||
mkdir "$HOME"/.ssh
|
||||
# Custom config.fish
|
||||
rm "$HOME"/.config/fish/config.fish 2> /dev/null
|
||||
wget -q https://git.kennel.ml/Anri/manjaroConfiguration/raw/branch/main/.config/fish/config.fish -P "$HOME"/.config/fish/
|
||||
|
|
Reference in a new issue