Skip to content

wilberquito/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A glorified personal dotfiles

This repository tends to be a solution to automate the installation of main programs, set their configurations via soft links and finally bootstrap the system.

Dev steps:

  1. Clone the glorified dotfiles repository.

    $ git clone [email protected]:wilberquito/dotfiles.git

Use steps:

  1. Clone the glorified dotfiles repository.

    $ git clone --depth 1 --recurse-submodules https://github.com/wilberquito/dotfiles
  2. Change directory to script section.

    $ cd dotfiles/script
  3. Install the main programs (you need to be a superuser).

    $ sudo ./install
  4. Link config program files to your system.

    $ ./symlink
  5. Bootstrap the system

    $ ./bootstrap