Update Install
this isn't a script yet
This commit is contained in:
parent
825ef66713
commit
5ce1acdf43
35
Install
35
Install
|
@ -1,29 +1,30 @@
|
||||||
sudo xbps-install git &&
|
sudo xbps-install git &&
|
||||||
sudo xbps-install -y roxterm emptty rofi herstluftwm lynx tor-browser qt5ct neofetch tint2 btop mc redshift feh picom gedit lxappearance
|
sudo xbps-install -y xorg-minimal gtk+ nano gcc curl cmus roxterm emptty fff ffmpeg
|
||||||
|
youtube-dl rofi sed herstluftwm lynx tor-browser qt5 qt5ct neofetch tint2 btop mc redshift feh picom
|
||||||
|
gedit lxappearance bat ripgrep figlet light
|
||||||
|
|
||||||
|
git clone https://github.com/ryanoasis/nerd-fonts && cd nerd-fonts && ./install.sh Hack
|
||||||
|
##then delete the repo
|
||||||
|
|
||||||
|
###THEMING###
|
||||||
|
echo "[icon theme]" >> /home/$USER/.icons/default
|
||||||
|
echo "Inherits=Posy's Cursor Mono Black" >> /home/$USER/.icons/default
|
||||||
|
(( https://store.kde.org/p/1795042/ ))
|
||||||
|
|
||||||
/home/$USER/.icons/default
|
|
||||||
reads
|
|
||||||
"
|
|
||||||
[icon theme]
|
|
||||||
Inherits=Posy's Cursor Mono Black
|
|
||||||
"
|
|
||||||
needs to have these folders:
|
needs to have these folders:
|
||||||
Posy's Curso Mono Black and tokyonight_dark
|
Posy's Curso Mono Black and tokyonight_dark
|
||||||
|
|
||||||
ALSO
|
ALSO
|
||||||
|
|
||||||
/home/$USER/.local/share/icons/
|
/home/$USER/.local/share/icons/
|
||||||
contains
|
contains
|
||||||
Posy's Curso Mono Black
|
the Posy's Curso Mono Black icon pack from (( https://store.kde.org/p/1795042/ ))
|
||||||
and
|
and
|
||||||
default
|
cp /home/$USER/.icons/default /home/$USER/.local/share/icons/default
|
||||||
which also reads
|
|
||||||
"
|
|
||||||
[icon theme]
|
|
||||||
Inherits=Posy's Cursor Mono Black
|
|
||||||
"
|
|
||||||
ALSO
|
|
||||||
|
|
||||||
|
ALSO
|
||||||
/home/$USER/.themes
|
/home/$USER/.themes
|
||||||
needs
|
needs
|
||||||
Catppucin-Mocha-Teal.zip
|
Catppucin-Mocha-Teal.zip (( https://github.com/catppuccin/gtk/tree/main/src/main ))
|
||||||
|
|
||||||
|
ALSO
|
||||||
|
put (( https://gitlab.com/nesstero/catppuccin )) somewhere qt5ct can get at it
|
||||||
|
|
Loading…
Reference in a new issue