Skip to content

tun/dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dots

My personal config files with some magic to setup fresh macos/linux installs.

Screenshot

Nota: This is a forever WIP of my environment, please read the source code before run this.

Installing

Get the source and cd into the directory:

git clone git@github.com:tun/dots.git .dots && cd .dots

The setup script detects whether is running on macos or linux.

Install dot files:

./setup --dots

Install development environment:

./setup --dev 

Install packages:

./setup --packages 

Usage

./setup.sh [--packages | --dots | --dev | --all | --help]