mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-22 21:26:47 +00:00
path: adjust for home-folder readonly/cleanup
This commit is contained in:
parent
eebd034b5b
commit
dd8323197a
1
archpkgs
1
archpkgs
|
@ -31,6 +31,7 @@ dracula-kde-theme-git
|
|||
dwarfs-git
|
||||
expac
|
||||
fd
|
||||
firejail
|
||||
fish
|
||||
flyctl-bin
|
||||
fzf
|
||||
|
|
|
@ -29,7 +29,7 @@ wget https://source.netsurf-browser.org/netsurf.git/plain/resources/adblock.css
|
|||
wget https://github.com/savq/paq-nvim/raw/master/lua/paq.lua -P ~/.config/nvim/lua
|
||||
nvim +PaqInstall +q
|
||||
|
||||
g g p:appdwarf ~/.appdwarf
|
||||
g g p:appdwarf ~/.local/appdwarf
|
||||
g g p:haiku-icons ~/.local/share/icons/Haiku
|
||||
|
||||
mkdir -p ~/.parallel/will-cite
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
fish_add_path -g ~/.appdwarf/{,apps/bin} ~/{.dotfiles,.local,,Games}/bin /usr/lib64/ccache/bin
|
||||
fish_add_path -g ~/{.dotfiles,.local{/appdwarf,},Games}/bin /usr/lib64/ccache/bin
|
||||
export EDITOR=nvim MANPAGER='nvim +Man!' USE_CCACHE=1 PAGER=nvimpager
|
||||
export QT_STYLE_OVERRIDE=kvantum
|
||||
export NNN_PLUG='f:fzcd;i:imgur;j:autojump;m:nmount;s:imgview'
|
||||
|
|
Loading…
Reference in a new issue