50 lines
841 B
Markdown
50 lines
841 B
Markdown
<h1 align="center">Kan`s dotfiles</h1>
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/TheK4n">
|
|
<img src="https://img.shields.io/github/followers/TheK4n?label=Follow&style=social">
|
|
</a>
|
|
<a href="https://github.com/TheK4n/BashConfig">
|
|
<img src="https://img.shields.io/github/stars/TheK4n/BashConfig?style=social">
|
|
</a>
|
|
</p>
|
|
|
|
|
|
## Content
|
|
* [Project description](#chapter-0)
|
|
* [Installation](#chapter-1)
|
|
* [Docs](#chapter-2)
|
|
|
|
|
|
<a id="chapter-0"></a>
|
|
## Project description
|
|
|
|
Bash config files
|
|
|
|
|
|
[]()
|
|
|
|
|
|
<a id="chapter-1"></a>
|
|
## Installation
|
|
|
|
```bash
|
|
git clone https://github.com/TheK4n/dotfiles
|
|
cd dotfiles
|
|
make
|
|
```
|
|
|
|
<a id="chapter-2"></a>
|
|
## Docs
|
|
|
|
* [Tips](doc/tips.md)
|
|
* [Cron](doc/cron.md)
|
|
* [GPG](doc/gpg.md)
|
|
* [SSH](doc/ssh.md)
|
|
* [Vim](doc/vim.md)
|
|
|
|
|
|
|
|
|
|
<h1 align="center"><a href="#top">▲</a></h1>
|