mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-23 15:23:15 +00:00
Fish;setup: use most as pager, rm nvimpager
This commit is contained in:
parent
620366ed97
commit
099d36cf17
|
@ -2,7 +2,7 @@
|
|||
# VERSION: 3.0
|
||||
SETUVAR --export ARCH:x86_64
|
||||
SETUVAR --export EDITOR:nvim
|
||||
SETUVAR --export PAGER:nvimpager
|
||||
SETUVAR --export PAGER:most
|
||||
SETUVAR __fish_init_2_39_8:\x1d
|
||||
SETUVAR __fish_init_2_3_0:\x1d
|
||||
SETUVAR __fish_init_3_x:\x1d
|
||||
|
|
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 solbuild-config-local-unstable stow"
|
||||
terminal="aria2 autojump busybox fd fish jq most ncdu neovim solbuild-config-local-unstable stow"
|
||||
sudo eopkg it $desktop $terminal
|
||||
|
||||
rm ~/.bashrc
|
||||
|
|
Loading…
Reference in a new issue