dotfiles/README.md
2021-11-25 20:54:25 +03:00

50 lines
857 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
[![Prompt](img/prompt.jpg)]()
<a id="chapter-1"></a>
## Installation
```bash
git clone https://github.com/TheK4n/dotfiles
chmod u+x dotfiles/setup.sh
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>