Compare commits
3 Commits
4a12cf07b9
...
8e2de8afe2
Author | SHA1 | Date | |
---|---|---|---|
8e2de8afe2 | |||
f62f4e10cb | |||
03202c43b0 |
8
programs
8
programs
@ -5,6 +5,7 @@ ttf-jetbrains-mono
|
||||
ttf-ibm-plex
|
||||
wqy-microhei
|
||||
ttf-roboto
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
git
|
||||
xwallpaper
|
||||
@ -43,6 +44,9 @@ pipewire-pulse
|
||||
#
|
||||
# utility
|
||||
#
|
||||
glances
|
||||
net-tools
|
||||
libappimage
|
||||
nftables
|
||||
ufw
|
||||
rofi
|
||||
@ -96,6 +100,7 @@ w3m
|
||||
#
|
||||
# extras
|
||||
#
|
||||
gomuks
|
||||
picom
|
||||
keepassxc
|
||||
gimp
|
||||
@ -131,6 +136,7 @@ pdf2svg
|
||||
|
||||
chromium
|
||||
cargo
|
||||
go
|
||||
npm
|
||||
ansible
|
||||
|
||||
@ -170,6 +176,8 @@ man
|
||||
|
||||
# for compiling suckless utilities
|
||||
freetype2
|
||||
libxft
|
||||
libxinerama
|
||||
|
||||
#
|
||||
# personal
|
||||
|
@ -18,7 +18,9 @@ xss-lock -- slock &
|
||||
dunst &
|
||||
xrdb .Xresources
|
||||
if ! pgrep pipewire; then
|
||||
gentoo-pipewire-launcher &
|
||||
wireplumber &
|
||||
pipewire &
|
||||
pipewire-pulse &
|
||||
fi
|
||||
|
||||
# DBus
|
||||
|
@ -19,5 +19,7 @@
|
||||
# this script takes these secret files and deploys them to the system
|
||||
# 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-identity" > .config/identity
|
||||
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
|
||||
chmod 600 ~/.config/identity
|
||||
|
Loading…
x
Reference in New Issue
Block a user