Skip to content

Keloran/dotfilesLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles Loader

This is a simple go app that grabs your dotfiles from github and installs them

It has a very simple syntax it must follow an example of this is in my Dotfiles

Options

--- Starting Help ---
 Usage dotfiles <command> <flags>

 Commands:
     help          This message
     cli           Install CLI Apps
     gui           Install GUI Apps
     os            Install OS Settings
     dots          Install the dotfiles
     update        Run updaters

 Flags:
     -github-user | github-username <keloran>           Github username
     -github-repository | github-repo <dotfiles>        Github repository
     -force                                             Force installs
     -skip-download                                     Skip Download
     -user <keloran>                                    The username if needs sudo

*** Ending Help ***