Skip to content

andrewtavis/dotfiles

Repository files navigation

Configurations for my development environments

This repo contains configuration files for my macOS and Ubuntu development environments.

Note

There are some user specific settings included in these files. If you'd like to try out these configurations, please first check the code and personalize it for your needs.

Installation

# Clone this repository to a local .dotfiles directory:
git clone https://github.com/andrewtavis/dotfiles.git $HOME/.dotfiles

# Navigate to .dotfiles, choose a config file and run the scripts:
cd $HOME/.dotfiles

cp config/cfg.macos.mk cfg.mk
# or
cp config/cfg.linux.mk cfg.mk

make

References

View referenced projects