Compare commits
No commits in common. "8e2de8afe26eb9f40bc3c6a6461cb65a9ed37bc2" and "4a12cf07b9b7014eae6aab8538301942d4cc50fd" have entirely different histories.
8e2de8afe2
...
4a12cf07b9
8
programs
8
programs
@ -5,7 +5,6 @@ ttf-jetbrains-mono
|
|||||||
ttf-ibm-plex
|
ttf-ibm-plex
|
||||||
wqy-microhei
|
wqy-microhei
|
||||||
ttf-roboto
|
ttf-roboto
|
||||||
noto-fonts
|
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
git
|
git
|
||||||
xwallpaper
|
xwallpaper
|
||||||
@ -44,9 +43,6 @@ pipewire-pulse
|
|||||||
#
|
#
|
||||||
# utility
|
# utility
|
||||||
#
|
#
|
||||||
glances
|
|
||||||
net-tools
|
|
||||||
libappimage
|
|
||||||
nftables
|
nftables
|
||||||
ufw
|
ufw
|
||||||
rofi
|
rofi
|
||||||
@ -100,7 +96,6 @@ w3m
|
|||||||
#
|
#
|
||||||
# extras
|
# extras
|
||||||
#
|
#
|
||||||
gomuks
|
|
||||||
picom
|
picom
|
||||||
keepassxc
|
keepassxc
|
||||||
gimp
|
gimp
|
||||||
@ -136,7 +131,6 @@ pdf2svg
|
|||||||
|
|
||||||
chromium
|
chromium
|
||||||
cargo
|
cargo
|
||||||
go
|
|
||||||
npm
|
npm
|
||||||
ansible
|
ansible
|
||||||
|
|
||||||
@ -176,8 +170,6 @@ man
|
|||||||
|
|
||||||
# for compiling suckless utilities
|
# for compiling suckless utilities
|
||||||
freetype2
|
freetype2
|
||||||
libxft
|
|
||||||
libxinerama
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# personal
|
# personal
|
||||||
|
@ -18,9 +18,7 @@ xss-lock -- slock &
|
|||||||
dunst &
|
dunst &
|
||||||
xrdb .Xresources
|
xrdb .Xresources
|
||||||
if ! pgrep pipewire; then
|
if ! pgrep pipewire; then
|
||||||
wireplumber &
|
gentoo-pipewire-launcher &
|
||||||
pipewire &
|
|
||||||
pipewire-pulse &
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# DBus
|
# DBus
|
||||||
|
@ -19,7 +19,5 @@
|
|||||||
# this script takes these secret files and deploys them to the system
|
# this script takes these secret files and deploys them to the system
|
||||||
# you need to have keepassxc running to use it
|
# you need to have keepassxc running to use it
|
||||||
|
|
||||||
secret-tool lookup Title "conf-aerc-accounts" > ~/.config/aerc/accounts.conf
|
secret-tool lookup Title "conf-aerc-accounts" > .config/aerc/accounts.conf
|
||||||
chmod 600 ~/.config/aerc/accounts.conf
|
secret-tool lookup Title "conf-identity" > .config/identity
|
||||||
secret-tool lookup Title "conf-identity" > ~/.config/identity
|
|
||||||
chmod 600 ~/.config/identity
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user