https://github.com/kndndrj/dotfiles
Various dotfiles for Arch Linux
https://github.com/kndndrj/dotfiles
Last synced: about 1 month ago
JSON representation
Various dotfiles for Arch Linux
- Host: GitHub
- URL: https://github.com/kndndrj/dotfiles
- Owner: kndndrj
- Created: 2020-11-10T17:41:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-08-13T11:51:36.000Z (about 2 months ago)
- Last Synced: 2025-08-13T13:30:48.672Z (about 2 months ago)
- Language: Shell
- Size: 396 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .dotfiles
Various dotfiles for my everyday setup. Don't use the repo as is...
if you find something interesting, do a little copy-paste instead!## Usage Reminder
1. Clone repo
2. Install `stow`
3. Create symlinks
```sh
stow -t $HOME/ dotfiles/linux
stow -t $HOME/ dotfiles/common
...
```