Skip to content

al0xd/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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