Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/necraul/dotfiles

My dotfiles and post-install script for Arch Linux
https://github.com/necraul/dotfiles

bash bashrc blesh czkawka dotfiles gallery-dl git lf mpd ncmpcpp npm nvim pip pynps python spectacle tmux wal wget zathura

Last synced: about 4 hours ago
JSON representation

My dotfiles and post-install script for Arch Linux

Awesome Lists containing this project

README

        

# dotfiles

My dotfiles and post-install script for Arch Linux.

## Installation

``` Bash
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).

```Bash
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.

```Bash
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.