The dotfiles are meant to be installed using stow
Install these with your preferred package manager or from source:
stow
fish
nvim
starship
gcc
nodejs
lua
nerdfonts
python3
ripgrep
fd-find
preload
jq
composer
dunst
alacritty
rofi
i3
for alacritty
curl -sSL https://raw.githubusercontent.com/alacritty/alacritty/master/extra/alacritty.info | tic -x -
for intel sound
sudo pacman -S sof-firmware
echo performance | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
Set fish as your default shell:
chsh -s $(which fish)
Clone repo into your home dir
Install dotfiles:
cd ~/.dotfiles/
stow --target=$(HOME) */