1
0
Fork 0
dotfiles/README.md

14 lines
376 B
Markdown
Raw Permalink Normal View History

2020-09-12 07:59:24 +00:00
## Gregory's dotfiles
2013-01-19 13:18:29 +00:00
2023-02-14 12:15:31 +00:00
[What are dotfiles](https://dotfiles.github.io/)
2020-09-12 07:59:24 +00:00
### Installation
2013-01-19 13:18:29 +00:00
2023-02-14 12:15:31 +00:00
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.
2013-01-19 13:18:29 +00:00
```bash
2023-02-14 12:15:31 +00:00
git clone git@git.localhots.xyz:localhots/dotfiles.git ~/dotfiles
bash ~/dotfiles/setup.sh
2013-01-19 13:18:29 +00:00
```
2020-09-12 08:10:56 +00:00