https://github.com/jaxonwright/dotfiles
dotfiles for my Arch Linux configuration managed using GNU Stow
https://github.com/jaxonwright/dotfiles
arch dotfiles gnu-stow stow
Last synced: 5 months ago
JSON representation
dotfiles for my Arch Linux configuration managed using GNU Stow
- Host: GitHub
- URL: https://github.com/jaxonwright/dotfiles
- Owner: JaxonWright
- License: mit
- Created: 2025-07-22T14:41:13.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-08-09T22:53:42.000Z (5 months ago)
- Last Synced: 2025-08-10T00:21:30.813Z (5 months ago)
- Topics: arch, dotfiles, gnu-stow, stow
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
dotfiles for my Linux configuration(s)
## Prerequisites
This is managed using [GNU Stow](https://github.com/aspiers/stow). So, you must have that installed.
### Arch
```sh
yay -S stow
```
### Ubuntu
```sh
sudo apt install stow
```
## Usage
1. Clone this repository somewhere that makes sense to you (like `~/dotfiles`)
2. Go to that directory in your terminal (`cd ~/dotfiles`)
3. Run `stow ` to automatically symlink that tool's dotfiles on your system (like `stow waybar`)
???
4. Profit
### Existing Dotfiles?
If there are existing dotfiles that you want to replace with the ones in this repo:
1. run `chmod +x stow-replace.sh` to make the script executable
2. run `./stow-replace.sh ` to replace existing dotfiles with ones from this repo