/dotfiles

Dotfiles is my personal dotfiles configuration for various programs and tools.

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

dotfiles

Overview

Dotfiles is my personal dotfiles configuration for various programs and tools.

Installation

The initial installation of nohashduck/dotfiles can be done by typing the following chain of commands.

git clone https://github.com/nohashduck/dotfiles.git
cd dotfiles/dotfiles/
bash ./install.sh

If you want to do all of this at once, we can chain the commands like so:

git clone https://github.com/nohashduck/dotfiles.git && cd dotfiles/dotfiles/ && bash ./install.sh