Skip to content

Personalized development environment for  macOS machines

License

Notifications You must be signed in to change notification settings

janbiasi/.dotfiles

Repository files navigation

Dotfiles

This directory contains the dotfles for my development environment

Requirements

Installation

1. Install required software

xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install stow make

2. Clone Repository

git clone https://github.com/janbiasi/.dotfiles.git
cd .dotfiles

3. Apply macOS configuration

make macos

4. Apply or update setup configuration

make install
# ... or incremental update via:
make update

5. Set default shell to fish

echo /opt/homebrew/bin/fish | sudo tee -a /etc/shells
chsh -s /opt/homebrew/bin/fish

About

Personalized development environment for  macOS machines

Topics

Resources

License

Stars

Watchers

Forks

Languages