Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jamieweavis/dotfiles

👨‍💻️ My macOS dotfiles - configuration for zsh, aliases, brew, git & vim
https://github.com/jamieweavis/dotfiles

aliases brew brewcask brewfile config configuration dotfile dotfiles git homebrew macos macos-dotfiles vim vimrc zsh zshrc

Last synced: 10 days ago
JSON representation

👨‍💻️ My macOS dotfiles - configuration for zsh, aliases, brew, git & vim

Awesome Lists containing this project

README

        

# dotfiles

> 👨‍💻️ My macOS dotfiles - configuration for zsh, aliases, brew, git & vim

## Installation

Clone repository into home directory
```bash
cd ~

git clone [email protected]:jamieweavis/dotfiles.git
```

Install brew dependencies & casks

```bash
cd dotfiles

brew bundle
```

Symlink dotfiles to home directory with [`stow`](https://www.gnu.org/software/stow/manual/stow.html#:~:text=Then%20in%20order%20to%20determine,or%20directory%20will%20be%20ignored.)

```bash
stow . --adopt
```

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.