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
|
chsh -s fish
|
||||||
# Remove motd
|
# Remove motd
|
||||||
fish -c "set -U fish_greeting"
|
fish -c "set -U fish_greeting"
|
||||||
# Reversed search
|
# Fisher
|
||||||
curl -sL https://git.io/fisher | fish -c "source && fisher install jorgebucaran/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"
|
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 theme
|
||||||
fish -c "fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save"
|
fish -c "fish_config theme choose 'Base16 Eighties' && yes | fish_config theme save"
|
||||||
fish -c "set fish_color_comment 5c6773" # custom comment color
|
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/
|
wget -q "${repo}"/.config/fish/functions/fish_prompt.fish -P "$HOME"/.config/fish/functions/
|
||||||
# EZA colors
|
# EZA colors
|
||||||
fish -c "set -Ux EXA_COLORS 'di=1;36:da=35'"
|
fish -c "set -Ux EXA_COLORS 'di=1;36:da=35'"
|
||||||
# Add SSH
|
|
||||||
echo "fish_ssh_agent" > "$HOME"/.config/fish/config.fish
|
|
||||||
# Add abbreviations
|
# Add abbreviations
|
||||||
wget -q "${repo}"/.config/fish/conf.d/abbr.fish -O "$HOME"/.config/fish/conf.d/abbr.fish
|
wget -q "${repo}"/.config/fish/conf.d/abbr.fish -O "$HOME"/.config/fish/conf.d/abbr.fish
|
||||||
# Add aliases
|
# Add aliases
|
||||||
|
|
Loading…
Reference in a new issue