Skip to content

BenjaminDigeon/dotfiles

Repository files navigation

Dotfiles

Clone this repo in any folder, and then run the config scripts.

Configure MacOS

./configure_osx.sh

Configure bash profile, prompts, etc ...

Link dotfiles to ~

./configure_dotfiles.sh

Install osx deps (brew...)

./install_deps.sh

Install brew formulas

./install_brew_formulas.sh

Configure Git

git config --global core.excludesfile ~/.gitignore_global
git config --global core.editor "code --wait"

Change MacOS Machine Name

scutil --set ComputerName "MACHINE-NAME"
scutil --set LocalHostName "MACHINE-NAME"
scutil --set HostName "MACHINE-NAME.local"

Change MacOS Default Shell

chsh -s /bin/bash

Setup Iterm

Just load the iTerm2Settings.json into Iterm2.

Setup VSCode

Just turn on the Settings Sync on VSCode with Github auth.

About

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages