dotfiles/README.md

29 lines
1.0 KiB
Markdown
Raw Normal View History

2021-08-02 16:26:04 +00:00
# ~/dotfiles
2021-08-17 05:08:52 +00:00
This is here in case anything goes wrong. I'm using WSL2 (Windows Subsystem Linux), so no window manager or something like that.
I'm not licensing it. If you want to steal a script or two, that's totally fine, even without asking my permission.
Use [issues](https://github.com/aldy505/dotfiles/issues) for any questions.
Debian (I used to use Ubuntu)
![](./debian.png)
2021-08-02 16:26:04 +00:00
### Directory structure
```
.
├── bash - Bash configs
├── bin - Shortcut bash scripts
├── git - Git configs
├── go - Golang configs
├── micro - Micro configs
├── neofetch - Neofetch configs
├── nvim - Neovim configs
├── scripts - Installation scripts
├── me.jpg - My Github profile picture
├── README.md - You are here
2021-09-29 15:00:30 +00:00
├── setup_arch.sh - Entrypoint if I'm doing a fresh install for arch
└── setup_deb.sh - Entrypoint if I'm doing a fresh install for debian
2021-08-17 05:08:52 +00:00
```