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

https://github.com/bigbinary/bb-dotfiles


https://github.com/bigbinary/bb-dotfiles

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# dotfiles

```
mkdir ~/code
cd ~/code
git clone [email protected]:bigbinary/bb-dotfiles.git
```

Open `~/.zshrc` file and add the following two lines at the very bottom.

```
source "$HOME/code/bb-dotfiles/aliases"
export PATH="$HOME/code/bb-dotfiles/base/scripts:$PATH"
```