Skip to content

JaxonWright/dotfiles

Repository files navigation

dotfiles

dotfiles for my Linux configuration(s)

Prerequisites

This is managed using GNU Stow. So, you must have that installed.

Arch

yay -S stow

Ubuntu

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 <name> 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 <package_name> to replace existing dotfiles with ones from this repo

About

dotfiles for my Arch Linux configuration managed using GNU Stow

Topics

Resources

License

Stars

Watchers

Forks