My dotfiles and post-install script for Arch Linux.
cd /path/to/where/you/keep/your/git/repositories
git clone --recursive git@github.com:NecRaul/dotfiles.git
cd dotfiles
bash install.sh
source ~/.bashrc
I excluded copying the sddm configuration, because it would cause a loop on my end. After rebooting your computer and logging in, to set the sddm settings run the command below (from this repo's root).
sudo cp -f $(pwd)/misc/sddm.conf /etc/sddm.conf
I would also recommend uninstalling and reinstalling zathura-pdf-mupdf
because --noconfirm
flag automatically picks afr
as the default tessdata
(OCR data) language.
sudo pacman -Rncs zathura-pdf-mupdf
sudo pacman -S zathura-pdf-mupdf
# English is 30
The fstab1
file in the misc
directory is a special case and isn't meant to replace anything. It's just a configuration of how I mount my hard drives after the install.