File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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 )
Original file line number Diff line number Diff line change 1+ [ Polski] ( README.pl.md )
2+
13# dotfiles
24
35Repository with my dotfiles.
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 1- 1.7.10
1+ 1.8.0
You can’t perform that action at this time.
0 commit comments