Skip to content

AlexLombry/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

The purpose of this repository is to install a new macOS machine without any effort.

macOS Setup

The installation script (install.sh) will install all the necessary program you need like Brew, Zsh and configuring macOS with my own preferences.

The installer launch also the installation of Go Task which is used to create some bash script in a Yaml format.

To simply install the script run the following command :

curl https://raw.githubusercontent.com/AlexLombry/dotfiles/master/init.sh | bash

What's going on

If you run the init.sh script, this is what's going to happened.

chsh -s /bin/zsh

Close your current terminal and open another one.

run zsh install

  1. Clone this repository into the ~/dotfiles folder
  2. Install the macOS Command Line Tools and accept the licence agreement
  3. Install Homebrew
  4. Install Go task
  5. Setup the macOS preferences
  6. Install Oh My Zsh
  7. Install every application found on the BrewBundle file
  8. Generate symlinks for file like .vimrc, zshrc ...
  9. Install Python
  10. Install Docker

Every command can also be runned one by one with Go Task without running the install.sh. For this you need to have Brew and Go Task installed.

Simply run the command task --list

Your Mac is now ready! 😄

About

Public dotfiles configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published