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
|
ttf-ibm-plex
|
||||||
wqy-microhei
|
wqy-microhei
|
||||||
ttf-roboto
|
ttf-roboto
|
||||||
|
noto-fonts
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
git
|
git
|
||||||
xwallpaper
|
xwallpaper
|
||||||
@ -43,6 +44,9 @@ pipewire-pulse
|
|||||||
#
|
#
|
||||||
# utility
|
# utility
|
||||||
#
|
#
|
||||||
|
glances
|
||||||
|
net-tools
|
||||||
|
libappimage
|
||||||
nftables
|
nftables
|
||||||
ufw
|
ufw
|
||||||
rofi
|
rofi
|
||||||
@ -96,6 +100,7 @@ w3m
|
|||||||
#
|
#
|
||||||
# extras
|
# extras
|
||||||
#
|
#
|
||||||
|
gomuks
|
||||||
picom
|
picom
|
||||||
keepassxc
|
keepassxc
|
||||||
gimp
|
gimp
|
||||||
@ -131,6 +136,7 @@ pdf2svg
|
|||||||
|
|
||||||
chromium
|
chromium
|
||||||
cargo
|
cargo
|
||||||
|
go
|
||||||
npm
|
npm
|
||||||
ansible
|
ansible
|
||||||
|
|
||||||
@ -170,6 +176,8 @@ man
|
|||||||
|
|
||||||
# for compiling suckless utilities
|
# for compiling suckless utilities
|
||||||
freetype2
|
freetype2
|
||||||
|
libxft
|
||||||
|
libxinerama
|
||||||
|
|
||||||
#
|
#
|
||||||
# personal
|
# personal
|
||||||
|
@ -18,7 +18,9 @@ xss-lock -- slock &
|
|||||||
dunst &
|
dunst &
|
||||||
xrdb .Xresources
|
xrdb .Xresources
|
||||||
if ! pgrep pipewire; then
|
if ! pgrep pipewire; then
|
||||||
gentoo-pipewire-launcher &
|
wireplumber &
|
||||||
|
pipewire &
|
||||||
|
pipewire-pulse &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# DBus
|
# DBus
|
||||||
|
@ -19,5 +19,7 @@
|
|||||||
# 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
|
||||||
secret-tool lookup Title "conf-identity" > .config/identity
|
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