Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 984 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 984 Bytes

dotfiles

My dotfiles and post-install script for Arch Linux.

Installation

cd /path/to/where/you/keep/your/git/repositories
git clone --recursive [email protected]:NecRaul/dotfiles.git
cd dotfiles
bash install.sh
source ~/.bashrc

After reboot

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

fstab

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.