https://github.com/bigbinary/bb-dotfiles
https://github.com/bigbinary/bb-dotfiles
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bigbinary/bb-dotfiles
- Owner: bigbinary
- Created: 2024-08-02T12:38:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T15:37:23.000Z (10 months ago)
- Last Synced: 2025-02-04T21:43:26.170Z (4 months ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```