added a few defaults that were missed
This commit is contained in:
parent
4570a04f93
commit
edfcd37b64
@ -76,3 +76,9 @@ ln -s /usr/share/mpv/scripts/mpris.so /home/solomon/.local/share/jellyfinmediapl
|
|||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
review xmonad.sh for default programs / dependencies
|
review xmonad.sh for default programs / dependencies
|
||||||
|
|
||||||
|
Need to work out gnome-keyring setup with pam, related to this is getting nextcloud to login without a login manager, I think it's a pam thing, I have got it working in the past.
|
||||||
|
|
||||||
|
installing zsh breaks the script, I have noted that it's not suggested but need something better.
|
||||||
|
|
||||||
|
figure out icons/font stuff, it's very frustrating.
|
||||||
|
|||||||
@ -1,12 +1,22 @@
|
|||||||
DEPENDENCIES_START
|
DEPENDENCIES_START
|
||||||
yad
|
yad
|
||||||
playerctl
|
playerctl
|
||||||
|
zip
|
||||||
|
xorg-xmessage
|
||||||
|
biber
|
||||||
|
perl-clone
|
||||||
|
texlive-most
|
||||||
|
gnome-keyring
|
||||||
|
libgnome-keyring
|
||||||
|
xdotool
|
||||||
tumbler
|
tumbler
|
||||||
libopenraw
|
libopenraw
|
||||||
tree
|
tree
|
||||||
redshift
|
redshift
|
||||||
ueberzug
|
ueberzug
|
||||||
pamixer
|
pamixer
|
||||||
|
xorg-xsetroot
|
||||||
|
feh
|
||||||
pulseaudio-bluetooth
|
pulseaudio-bluetooth
|
||||||
bluez-utils
|
bluez-utils
|
||||||
sshfs
|
sshfs
|
||||||
@ -34,13 +44,11 @@ network-manager-applet
|
|||||||
wget
|
wget
|
||||||
unzip
|
unzip
|
||||||
ttf-fira-code
|
ttf-fira-code
|
||||||
ttf-font-awesome
|
|
||||||
trayer
|
trayer
|
||||||
youtube-dl
|
youtube-dl
|
||||||
openssh
|
openssh
|
||||||
numlockx
|
numlockx
|
||||||
htop
|
htop
|
||||||
gnome-keyring
|
|
||||||
dosfstools
|
dosfstools
|
||||||
grub
|
grub
|
||||||
efibootmgr
|
efibootmgr
|
||||||
@ -53,7 +61,6 @@ bat
|
|||||||
lightdm
|
lightdm
|
||||||
lightdm-webkit-theme-litarvan
|
lightdm-webkit-theme-litarvan
|
||||||
lxsession
|
lxsession
|
||||||
xdotool
|
|
||||||
xterm
|
xterm
|
||||||
flameshot
|
flameshot
|
||||||
simple-mtpfs
|
simple-mtpfs
|
||||||
@ -79,7 +86,10 @@ firefox
|
|||||||
zsh
|
zsh
|
||||||
neovim
|
neovim
|
||||||
alacritty
|
alacritty
|
||||||
|
libreoffice
|
||||||
|
lf
|
||||||
thunar
|
thunar
|
||||||
|
tmux
|
||||||
thunderbird
|
thunderbird
|
||||||
protonmail-bridge
|
protonmail-bridge
|
||||||
newsboat
|
newsboat
|
||||||
@ -121,7 +131,7 @@ runelite
|
|||||||
fish
|
fish
|
||||||
slack-desktop
|
slack-desktop
|
||||||
barrier
|
barrier
|
||||||
todoist-electron
|
todoist
|
||||||
virt-manager
|
virt-manager
|
||||||
teams
|
teams
|
||||||
neomutt
|
neomutt
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user