14 lines
376 B
Markdown
14 lines
376 B
Markdown
## Gregory's dotfiles
|
|
|
|
[What are dotfiles](https://dotfiles.github.io/)
|
|
|
|
### Installation
|
|
|
|
I use bash as my shell. Here is the [tree](https://git.localhots.xyz/localhots/dotfiles/src/commit/2f17a9f7300b61a382ec3dfeb69de648b3d36b43) before purging macOS and fish configs.
|
|
|
|
```bash
|
|
git clone git@git.localhots.xyz:localhots/dotfiles.git ~/dotfiles
|
|
bash ~/dotfiles/setup.sh
|
|
```
|
|
|