Skip to content

NecRaul/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My dotfiles and post-install script for Arch Linux.

Installation

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

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.