remove useless stuff
This commit is contained in:
parent
0750bfd3f0
commit
454ee41ae5
1 changed files with 2 additions and 7 deletions
|
@ -31,13 +31,10 @@ function main {
|
|||
chsh -s fish
|
||||
# Remove motd
|
||||
fish -c "set -U fish_greeting"
|
||||
# Reversed search
|
||||
# Fisher
|
||||
curl -sL https://git.io/fisher | fish -c "source && fisher install jorgebucaran/fisher"
|
||||
fish -c "fisher install jethrokuan/fzf"
|
||||
# Auto pair
|
||||
fish -c "fisher install jorgebucaran/autopair.fish"
|
||||
# SSH
|
||||
wget -q https://gitlab.com/kyb/fish_ssh_agent/raw/master/functions/fish_ssh_agent.fish -P "$HOME"/.config/fish/functions/
|
||||
mkdir -p "$HOME"/.ssh
|
||||
# Fish theme
|
||||
fish -c "fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save"
|
||||
fish -c "set fish_color_comment 5c6773" # custom comment color
|
||||
|
@ -46,8 +43,6 @@ function main {
|
|||
wget -q "${repo}"/.config/fish/functions/fish_prompt.fish -P "$HOME"/.config/fish/functions/
|
||||
# EZA colors
|
||||
fish -c "set -Ux EXA_COLORS 'di=1;36:da=35'"
|
||||
# Add SSH
|
||||
echo "fish_ssh_agent" > "$HOME"/.config/fish/config.fish
|
||||
# Add abbreviations
|
||||
wget -q "${repo}"/.config/fish/conf.d/abbr.fish -O "$HOME"/.config/fish/conf.d/abbr.fish
|
||||
# Add aliases
|
||||
|
|
Loading…
Reference in a new issue