https://github.com/dafiliks/.dotfiles
Arch Linux Dotfiles
https://github.com/dafiliks/.dotfiles
archlinux config dotfiles
Last synced: about 1 year ago
JSON representation
Arch Linux Dotfiles
- Host: GitHub
- URL: https://github.com/dafiliks/.dotfiles
- Owner: dafiliks
- Created: 2025-01-01T16:48:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-09T19:06:57.000Z (about 1 year ago)
- Last Synced: 2025-02-09T20:21:59.352Z (about 1 year ago)
- Topics: archlinux, config, dotfiles
- Language: Lua
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .dotfiles
These are my dotfiles for Arch Linux. I currently do not have an install script for this but I might add one in the future.
# Installing Arch
If you are new to Arch Linux, the link below is a good guide on how to install the OS.
https://github.com/rtxx/arch-minimal-install
# Additional
One setting that I do change for /etc is font properties. This is done by editing `/etc/environment` and appending:
```bash
FREETYPE_PROPERTIES="cff:no-stem-darkening=0 autofitter:no-stem-darkening=0"
```