Skip to content

anthony-brien/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anthony Brien's .dotfiles

This repo contains my favorite developer settings for my Windows and MacOS machines. It contains a setup script for both platforms, that installs applications and sets up symlinks from their OS locations to these settings files. This repo should be stored under my home directory in ~/.dotfiles/.

Cmder

Features

On MacOS

  • Sets up my favorite apps through Homebrew
  • Sets up iTerm2 and Terminal.app to use zsh and oh-my-zsh
  • Set up a few MacOS defaults
  • Install script

On Windows

  • Sets up Cmder to use zsh (through Cygwin)
  • Sets up p4 settings
  • Install script

On Both MacOS and Windows

Installation

$ git clone https://github.com/anthony-brien/.dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ chmod +x setup.sh
$ ./setup.sh

Inspired from