add some shit
This commit is contained in:
parent
7ce226c101
commit
8cfb5ee822
17
TODO
17
TODO
|
@ -1,4 +1,15 @@
|
|||
lf preview tools
|
||||
ask user to set $LOCATION
|
||||
install font from dotfiles (once added to dotfiles)
|
||||
make sure all packages are in void repos
|
||||
ask user to set $LOCATION in .config/zsh/configs/host-setup
|
||||
|
||||
run fc-cache to get fonts from dotfiles
|
||||
|
||||
these files need to be created
|
||||
.config
|
||||
.config/X11/xinitrc.d/40display-setup
|
||||
.config/X11/xinitrc.d/99host-setup
|
||||
.config/zsh/configs/host-setup
|
||||
.local/share/
|
||||
.local/share/gnupg/
|
||||
.local/share/virtualenv/
|
||||
.local/share/firefox/
|
||||
.local/src/
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
enable dbus: `ln -s /etc/sv/dbus /var/service/`
|
||||
enable elogind `ln -s /etc/sv/elogind /var/service`
|
||||
|
|
@ -0,0 +1,65 @@
|
|||
-- asmara installed --
|
||||
git
|
||||
neovim
|
||||
base-devel
|
||||
firefox
|
||||
stow
|
||||
zsh
|
||||
xorg
|
||||
noto-fonts-ttf
|
||||
noto-fonts-emoji
|
||||
sxiv
|
||||
xwallpaper
|
||||
ffmpeg
|
||||
man-db
|
||||
tldr
|
||||
pipewire
|
||||
wireplumber
|
||||
pulsemixer
|
||||
maim
|
||||
unclutter
|
||||
xcape
|
||||
xclip
|
||||
xdotool
|
||||
zathura
|
||||
fzf
|
||||
bat
|
||||
kitty
|
||||
xsecurelock
|
||||
lf
|
||||
psmisc
|
||||
wget
|
||||
picom
|
||||
xss-lock
|
||||
playerctl
|
||||
ntp
|
||||
curl
|
||||
arandr
|
||||
dunst
|
||||
yt-dlp
|
||||
7zip
|
||||
moreutils
|
||||
breeze-icons
|
||||
lazygit
|
||||
elogind
|
||||
pamixer
|
||||
xdg-utils
|
||||
|
||||
libX11-devel
|
||||
#libxcb-devel
|
||||
libXft-devel
|
||||
libXinerama-devel
|
||||
libassuan-devel
|
||||
libconfig-devel
|
||||
gpgme-devel
|
||||
|
||||
-- to be removed --
|
||||
htop
|
||||
|
||||
-- needed --
|
||||
ffmpegthumbnailer
|
||||
htop-vim
|
||||
npm
|
||||
|
||||
-- update needed --
|
||||
dunst
|
Loading…
Reference in New Issue