The files with dependencies that can be installed are in the dependencies
folder.
base_dep.txt
andtools_dep.txt
can be installed viapacman -S - < <file>
.other_dep.txt
should be installed via something likeparu
,aura
oryay
.
tlp:
sudo tlp start
sudo systemctl enable tlp.service
betterlockscreen:
betterlockscreen -u ~/.dotfiles/backgrounds/red_cyan_futuristic.png --fx dim,pixel
systemctl enable betterlockscreen@$USER
zsh:
cd ~
mkdir opt
cd opt/
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc