2021-03-21 18:10:39 +03:00
|
|
|
personal dotfiles.
|
|
|
|
|
2023-12-23 09:27:29 +03:00
|
|
|
## installation
|
2021-03-21 18:10:39 +03:00
|
|
|
|
|
|
|
```sh
|
|
|
|
curl -sSL https://dotfiles.krd.sh/get | sh -s
|
|
|
|
```
|
|
|
|
|
2023-12-23 09:27:29 +03:00
|
|
|
or
|
|
|
|
|
|
|
|
```sh
|
|
|
|
wget -q -O - https://dotfiles.krd.sh/get | sh -s
|
|
|
|
```
|
|
|
|
|
2021-03-21 18:10:39 +03:00
|
|
|
## contents
|
|
|
|
|
|
|
|
- zsh
|
|
|
|
- gnu screen
|
|
|
|
- git
|
|
|
|
- vim (very naive)
|
|
|
|
- gdb (ditto)
|
|
|
|
|
2021-03-21 20:27:18 +03:00
|
|
|
files are stored in separate branch (`main`)
|
|
|
|
|
2021-03-21 18:10:39 +03:00
|
|
|
## license
|
|
|
|
|
|
|
|
BSD 3-Clause
|
|
|
|
| [spdx.org](https://spdx.org/licenses/BSD-3-Clause.html)
|
|
|
|
| [opensource.org](https://opensource.org/licenses/BSD-3-Clause)
|