https://github.com/johnzanussi/dotfiles
https://github.com/johnzanussi/dotfiles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnzanussi/dotfiles
- Owner: johnzanussi
- Created: 2021-10-22T14:27:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T22:26:51.000Z (over 2 years ago)
- Last Synced: 2025-01-19T09:43:01.505Z (over 1 year ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
A place where I can store all the dotfiles I use for my machines and/or projects.
## Dependencies
### Homebrew
https://brew.sh/
```sh
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
### Stow
https://www.gnu.org/software/stow/
```sh
brew install stow
```
## Install
Clone this repository to `$HOME` directory
```sh
cd ~
git clone git@github.com:johnzanussi/dotfiles.git
```
Run `stow` to create symlinks.
```
stow .
```
## License
MIT / BSD