Skip to content

seanbeirnes/dev-env-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is my config for developing software on macOS. It handles all the minor details of updating config files, paths, etc. so that the dev environment can be easily replicated and synced across computers. In the event a new computer needs to be set up, this script should make it very simple, as long has Homebrew is already installed.

Dependencies

Main Applications

The following are the main applications that are used/installed in this developer environment config.

Note: My Neovim config is located in a separate repo, but will be copied using this script.

Instructions

Important: Homebrew must be installed before continuing.

  1. Clone the repo locally
git clone https://github.com/seanbeirnes/dev-env-config.git
  1. Change to the cloned directory
cd dev-env-config
  1. Make the script executable
chmod +x sync.sh
  1. Run the script
./sync.sh

About

My dev environment config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages