mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-27 09:03:17 +00:00
Setup: get solbuild; Fish: autojump only in tty
This commit is contained in:
parent
d25a5d44fd
commit
8cce502487
|
@ -3,4 +3,4 @@ test (hostname) = "aperture" && set -gx D /mnt/LocalDiskD || set -gx D ~
|
|||
set fish_user_paths ~/.local/bin $D/Installs/bin /usr/lib/ccache/bin
|
||||
set fish_function_path $fish_function_path $D/Games/Minecraft/Game/functions
|
||||
|
||||
tty -s && starship init fish | source; source /usr/share/autojump/autojump.fish
|
||||
tty -s && starship init fish | source && source /usr/share/autojump/autojump.fish
|
||||
|
|
2
.setup
2
.setup
|
@ -3,7 +3,7 @@ sudo eopkg it -c system.devel
|
|||
sudo eopkg rm gnome-terminal libreoffice-common mate-terminal nautilus
|
||||
|
||||
desktop="keepassx kitty mpv qutebrowser rofi zathura"
|
||||
terminal="aria2 autojump busybox fd fish jq ncdu neovim stow"
|
||||
terminal="aria2 autojump busybox fd fish jq ncdu neovim solbuild-config-local-unstable stow"
|
||||
sudo eopkg it $desktop $terminal
|
||||
|
||||
rm ~/.bashrc
|
||||
|
|
Loading…
Reference in a new issue