Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/necraul/dotfiles
- Owner: NecRaul
- License: mit
- Created: 2024-01-10T16:40:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T06:10:17.000Z (6 months ago)
- Last Synced: 2024-05-08T19:39:31.965Z (6 months ago)
- Topics: bash, bashrc, blesh, czkawka, dotfiles, gallery-dl, git, lf, mpd, ncmpcpp, npm, nvim, pip, pynps, python, spectacle, tmux, wal, wget, zathura
- Language: Vim Script
- Homepage:
- Size: 6.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.