Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jackplowman/development-environment

My dotfiles for MacOS
https://github.com/jackplowman/development-environment

dotfiles macos shell zsh

Last synced: about 6 hours ago
JSON representation

My dotfiles for MacOS

Awesome Lists containing this project

README

        

# Development Environment

## Getting Started

Run the following commands to install the development environment:

```bash
git clone https://github.com/JackPlowman/development-environment.git
cd development-environment
```

Stow the dotfiles in your home directory:

```bash
stow -t ~/ -R .
```

Open the `.zshrc` file in your text editor and make any necessary changes.

Then start a new terminal session, open the terminal and run the following command:

```bash
source ~/.zshrc
```

## Homebrew

### Create brewfile

To create a brewfile, run the following command:

```bash
brew bundle dump
```

### Install from brewfile

To install from the brewfile, run the following command:

```bash
brew bundle install
```