download custom aliases
This commit is contained in:
parent
a30b7d448f
commit
5ae1f57c33
2 changed files with 2 additions and 0 deletions
1
arch.sh
1
arch.sh
|
@ -94,6 +94,7 @@ main() {
|
||||||
curl -s ${repo}/.config/fish/conf.d/abbr_arch.fish >> "$HOME"/.config/fish/conf.d/abbr.fish
|
curl -s ${repo}/.config/fish/conf.d/abbr_arch.fish >> "$HOME"/.config/fish/conf.d/abbr.fish
|
||||||
# Add aliases
|
# Add aliases
|
||||||
wget -q ${repo}/.config/fish/conf.d/alias.fish -O "$HOME"/.config/fish/conf.d/alias.fish
|
wget -q ${repo}/.config/fish/conf.d/alias.fish -O "$HOME"/.config/fish/conf.d/alias.fish
|
||||||
|
curl -s ${repo}/.config/fish/conf.d/alias_arch.fish >> "$HOME"/.config/fish/conf.d/alias.fish
|
||||||
|
|
||||||
# Themes in Gnome Terminal, the default one will be the dark one
|
# Themes in Gnome Terminal, the default one will be the dark one
|
||||||
local GT_default
|
local GT_default
|
||||||
|
|
|
@ -119,6 +119,7 @@ main() {
|
||||||
curl -s ${repo}/.config/fish/conf.d/abbr_wsl.fish >> "$HOME"/.config/fish/conf.d/abbr.fish
|
curl -s ${repo}/.config/fish/conf.d/abbr_wsl.fish >> "$HOME"/.config/fish/conf.d/abbr.fish
|
||||||
# Add aliases
|
# Add aliases
|
||||||
wget -q ${repo}/.config/fish/conf.d/alias.fish -O "$HOME"/.config/fish/conf.d/alias.fish
|
wget -q ${repo}/.config/fish/conf.d/alias.fish -O "$HOME"/.config/fish/conf.d/alias.fish
|
||||||
|
curl -s ${repo}/.config/fish/conf.d/alias_wsl.fish >> "$HOME"/.config/fish/conf.d/alias.fish
|
||||||
|
|
||||||
# === Default editor ==
|
# === Default editor ==
|
||||||
fish -c "set -Ux EDITOR nano"
|
fish -c "set -Ux EDITOR nano"
|
||||||
|
|
Loading…
Reference in a new issue