feat: neofetch at shell start, nertree plugin for vim and removal of kdeconnectd and xfce4-power-manager
This commit is contained in:
parent
1997d73859
commit
fb4088ee5c
@ -761,9 +761,7 @@ apps = {
|
|||||||
"/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1",
|
"/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1",
|
||||||
"picom",
|
"picom",
|
||||||
"redshift",
|
"redshift",
|
||||||
"xfce4-power-manager",
|
|
||||||
"nm-applet",
|
"nm-applet",
|
||||||
"/usr/lib/kdeconnectd",
|
|
||||||
"pasystray",
|
"pasystray",
|
||||||
"flameshot",
|
"flameshot",
|
||||||
terminal
|
terminal
|
||||||
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule ".vim/pack/dist/opt/nerdtree"]
|
||||||
|
path = .vim/pack/dist/opt/nerdtree
|
||||||
|
url = https://github.com/preservim/nerdtree.git
|
1
.vim/pack/dist/opt/nerdtree
vendored
Submodule
1
.vim/pack/dist/opt/nerdtree
vendored
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit e731b845590017493224dfcb7403c2332105b700
|
1
.vimrc
1
.vimrc
@ -7,3 +7,4 @@ set shiftwidth=4
|
|||||||
set tabstop=4
|
set tabstop=4
|
||||||
set ttymouse=sgr
|
set ttymouse=sgr
|
||||||
|
|
||||||
|
packadd! nerdtree
|
||||||
|
2
.zshrc
2
.zshrc
@ -100,3 +100,5 @@ alias pls="sudo"
|
|||||||
alias -g G="|grep -i"
|
alias -g G="|grep -i"
|
||||||
alias parupdate="sudo systemctl start reflector && paru -Syu"
|
alias parupdate="sudo systemctl start reflector && paru -Syu"
|
||||||
alias config="git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME"
|
alias config="git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME"
|
||||||
|
|
||||||
|
neofetch
|
||||||
|
Loading…
Reference in New Issue
Block a user