/dotfiles

A minimalist Dotfiles boilerplate for web developers

Primary LanguageLua

Hero

Introduction

A minimalist Dotfiles boilerplate for web developers

Installation

Dependencies

Auto Install

Open termnial and run this command:

bash <(curl -s https://raw.githubusercontent.com/al0xd/dotfiles/master/install.sh)

Manual installation

# cd to home 
cd ~
# clone repo
git clone git@github.com:al0xd/dotfiles.git  
# chmod executable install script
sudo chmod +x ./install.sh
# run install script
./install.sh

Update

Simply running a git pull inside the cloned folder

cd ~/.dotfiles
git pull
./install.sh

Contributors