Skip to content

My dotfiles and setup script for installing everything I need to get going on my macOS machine.

Notifications You must be signed in to change notification settings

chrillebile/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My .files

CI - Setup - Linting

macOS setup

Requirements

This requires the following;

  • git - should be installed by default on macOS
  • xcode-select - Needed for building some of the packages

To install xcode-select run and follow the guide:

xcode-select --install

Setup

  • If you want to clone this repository with "yadm": **recommended**

    • First you need to install brew

    • Then install yadm with:

      brew install yadm

  • Clone repository:

    yadm clone https://github.com/chrillebile/.dotfiles.git

Run

  • chmod setup script

    chmod u+x setup.sh

  • Run setup

    ./setup.sh

Selective way

If you only want to run one of the setup scripts (see in .setup_scripts/ for scripts)

  • chmod script

    chmod u+x <script>

  • Run scripts

    ./<name>

Manually setting up iTerm2

  • Open iTerm2
  • Select iTerm2 -> Preferences
  • Under the General tab -> Preferences, check the box labeled "Load Preferences from custom folder or URL"
  • Press "Browse" and point it to ~/.config/iTerm2
  • Restart iTerm2

About

My dotfiles and setup script for installing everything I need to get going on my macOS machine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published