Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 656 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 656 Bytes

dotfiles

A bunch of config files I use on my production machine.

Setup

I use stow to manage my dotfiles. If you want to make use of the install script, you'd need to install it.

Clone the repository

git clone https://github.com/invakid404/dotfiles.git ~/dotfiles
cd ~/dotfiles

Run the install script

./install.sh [-r]

If ran with the "-r" flag, the install script will also symlink stuff from the root directory. Otherwise, just the configs in home will be installed. It will try to escalate privileges with either doas, sudo, or su.