Capturing some notes for myself
Create a packages.txt file and add one package per line. Then do:
$ yay -S --needed - < packages.txtCopy .vimrc to $HOME. Install the vim-plug program on top of base vim:
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
Restart vim and in command mode, type :PlugInstall to install the plugins declared in .vimrc.
A new window will open showing the installation progress for all your plugins (like NERDTree, Airline, etc.). Once it's finished, you can close the status window using :q
Restart vim to load all the new plugins. Profit!
- Copy the files in
hypr-config-filesto~/.config/hyprfolder for configuring touchpad, night shift settings, and display sizing.Then, runhyprctl reloadto reload the config files. - Copy
alacritty.tomlto~/.config/alacrittyfolder to set the system-wide font and size.