diff --git a/CHANGELOG.md b/CHANGELOG.md index c8a331a..a48a24e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.8.0] - 2021-11-27 +### Added +- [Polish Readme](README.pl.md). + ## [1.7.10] - 2021-11-26 ### Added - Missing date to [Changelog](CHANGELOG.md) diff --git a/README.md b/README.md index 8224962..6645406 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[Polski](README.pl.md) + # dotfiles Repository with my dotfiles. diff --git a/README.pl.md b/README.pl.md new file mode 100644 index 0000000..884292f --- /dev/null +++ b/README.pl.md @@ -0,0 +1,54 @@ +[English](README.md) + +# dotfiles + +Repozytorium z moimi plikami konfiguracyjnymi. + +## Contents + +* [Pliki konfiguracyjne](#pliki-konfiguracyjne) +* [Jak pobrać?](#jak-pobrać) + * [Używając Git](#używając-git) + * [Używając Curl](#używając-curl) + * [Używając Wget](#używając-wget) +* [Jak zainstalować?](#jak-zainstalować) +* [Kontakt](#kontakt) +* [Licencja](#licencja) + +## Pliki konfiguracyjne + +* [Bash](http://www.gnu.org/software/bash/) - [ +.bashrc](home/.bashrc) +* [Git](https://git-scm.com/) - [config](home/.config/git/config) +* [I2PD](https://i2pd.website/) - [i2pd.conf](home/.i2pd/i2pd.conf) +* [SSH](https://www.openssh.com/) - [config](home/.ssh/config) +* [Termux](https://termux.com/) - [termux.properties](home/.termux/termux.properties) +* [Tmux](https://github.com/tmux/tmux) - [.tmux.conf](home/.tmux.conf) +* [Tor](https://www.torproject.org/) - [torrc](usr/etc/tor/torrc) +* [Vim](https://www.vim.org/) - [.vimrc](home/.vimrc) + +## Jak pobrać? + +### Używając Git + + git clone --depth=1 git://codeberg.org/PandaCoderPL/dotfiles.git + +### Używając Curl + + curl -L https://codeberg.org/PandaCoderPL/dotfiles/archive/main.tar.gz | tar -xzf - + +### Używając Wget + + wget -O - https://codeberg.org/PandaCoderPL/dotfiles/archive/main.tar.gz | tar -xzf - + +## Jak zainstalować? + + rsync -qa home/ ~/ + +## Kontakt + +[Kontakt](https://codeberg.org/PandaCoderPL/PandaCoderPL#contact) + +## Licencja + +[MIT](LICENSE) diff --git a/VERSION b/VERSION index a412349..27f9cd3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.10 +1.8.0