Skip to content

Automated configuration, preferences and installs for MacOS, Linux and Windows machines

License

Notifications You must be signed in to change notification settings

trystendsmyth/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.dotfiles

License: MIT

A collection of files for automated setup, configuration and software installation on a new MacOS, Linux or Windows machine.

MacOS installation


Open Terminal and on a fresh install, run:

bash -c "$(curl -fsSL https://raw.githubusercontent.com/trystendsmyth/dotfiles/master/install.sh)"

If you have Xcode CLI tools installed already, you can just use:

sh -c "$(curl -fsSL git.io/chezmoi)" -- init --apply trystendsmyth

Linux installation


sh -c "$(wget -qO- git.io/chezmoi)" -- init --apply trystendsmyth

To install and remove the installer use --one-shot instead of --apply

Windows installation


Windows does not use Chezmoi and instead uses Boxstarter with Chocolatey.

Run the following from an elevated command-prompt:

start http://boxstarter.org/package/url?https://raw.githubusercontent.com/trystendsmyth/dotfiles/master/install.ps1