Skip to content

jonjohansen/.dotfiles-macos

Repository files navigation

Logo

My customized dotfiles for macOS

• Homebrew • iTerm • Starship • Mac preferences •

Overview

Requirements

To be able to install the dotfiles, you are going to need git and various developer tools. These are shipped with the macos command-line-tools. To install these run:

xcode-select --install

You also need to have Homebrew installed. Follow instructions on their website to get started.

Installation

The dotfiles are configured to be installed under ~/.dotfiles-macos/by default and should be cloned into $HOME. See location to change this.

  1. Clone this repository with:
git clone https://github.com/jonjohansen/.dotfiles-macos.git ~/.dotfiles-macos

Important

Beware that some of the settings (especially those for macos) may require sudo privileges.

  1. Run the python installation script
python3 install.py

Customize

Everything can be customized, and it is recommended to get an overlook of what the dotfiles install and adjust them to preferred settings.

Location

If you want to install the dotfiles somewhere else some paths are dependent on the DOTFILES variable.

in .zshrc

export DOTFILES="$HOME/.dotfiles-macos/"

Note

There also is a reference to $DOTFILES in install.py which will have to be updated.

Content

Placements of configurations and settings

What Type Where
macOS settings .macos
iTerm settings /iterm/
config /iterm/config
git config git/.gitconfig
ignorefile git/.gitignore
zsh config .zshrc
starship config starship.toml

Disclaimer

These are my personal settings. You should read through every line. Not that you're going to, but it is recommended to find your own preferences. 💅

About

My customized dotfiles for macOS 💅

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published