/dotfiles

All of the dotfiles needed to configure a client as I like it

Primary LanguageLuaMIT LicenseMIT

Dotfiles Repository

All of the dotfiles needed to configure a client as I like it

Requirements

If you are lazy

sudo apt install git gh stow -y

Git

Install Git, via APT

Stow

Install GNU stow, via APT

Installation & Setup

Clone the repository and CD into the directory

git clone https://github.com/Loafabreadly/dotfiles.git
cd dotfiles

Create the symlinks using GNU Stow from the current working dir, aimed at the home dir

sudo stow . -t ~