Skip to content

Commit 579939c

Browse files
committed
Add Polish Readme
Signed-off-by: PandaCoderPL <git@pandacoderpl.anonaddy.me>
1 parent 3e0e04d commit 579939c

4 files changed

Lines changed: 61 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.8.0] - 2021-11-27
8+
### Added
9+
- [Polish Readme](README.pl.md).
10+
711
## [1.7.10] - 2021-11-26
812
### Added
913
- Missing date to [Changelog](CHANGELOG.md)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[Polski](README.pl.md)
2+
13
# dotfiles
24

35
Repository with my dotfiles.

README.pl.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
[English](README.md)
2+
3+
# dotfiles
4+
5+
Repozytorium z moimi plikami konfiguracyjnymi.
6+
7+
## Contents
8+
9+
* [Pliki konfiguracyjne](#pliki-konfiguracyjne)
10+
* [Jak pobrać?](#jak-pobrać)
11+
* [Używając Git](#używając-git)
12+
* [Używając Curl](#używając-curl)
13+
* [Używając Wget](#używając-wget)
14+
* [Jak zainstalować?](#jak-zainstalować)
15+
* [Kontakt](#kontakt)
16+
* [Licencja](#licencja)
17+
18+
## Pliki konfiguracyjne
19+
20+
* [Bash](http://www.gnu.org/software/bash/) - [
21+
.bashrc](home/.bashrc)
22+
* [Git](https://git-scm.com/) - [config](home/.config/git/config)
23+
* [I2PD](https://i2pd.website/) - [i2pd.conf](home/.i2pd/i2pd.conf)
24+
* [SSH](https://www.openssh.com/) - [config](home/.ssh/config)
25+
* [Termux](https://termux.com/) - [termux.properties](home/.termux/termux.properties)
26+
* [Tmux](https://github.com/tmux/tmux) - [.tmux.conf](home/.tmux.conf)
27+
* [Tor](https://www.torproject.org/) - [torrc](usr/etc/tor/torrc)
28+
* [Vim](https://www.vim.org/) - [.vimrc](home/.vimrc)
29+
30+
## Jak pobrać?
31+
32+
### Używając Git
33+
34+
git clone --depth=1 git://codeberg.org/PandaCoderPL/dotfiles.git
35+
36+
### Używając Curl
37+
38+
curl -L https://codeberg.org/PandaCoderPL/dotfiles/archive/main.tar.gz | tar -xzf -
39+
40+
### Używając Wget
41+
42+
wget -O - https://codeberg.org/PandaCoderPL/dotfiles/archive/main.tar.gz | tar -xzf -
43+
44+
## Jak zainstalować?
45+
46+
rsync -qa home/ ~/
47+
48+
## Kontakt
49+
50+
[Kontakt](https://codeberg.org/PandaCoderPL/PandaCoderPL#contact)
51+
52+
## Licencja
53+
54+
[MIT](LICENSE)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.10
1+
1.8.0

0 commit comments

Comments
 (0)