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

https://github.com/tommy-muehle/dotfiles

My .dotfiles
https://github.com/tommy-muehle/dotfiles

dotfiles macos shell zsh

Last synced: about 2 months ago
JSON representation

My .dotfiles

Awesome Lists containing this project

README

          

# My .dotfiles

## ZSH

```
ln -snf $PWD/.zshrc $HOME/.zshrc
```

## Homebrew

```
brew bundle
```

## vim

```
ln -snf $PWD/.vimrc $HOME/.vimrc
```