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

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

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