53 lines
1.5 KiB
Markdown
53 lines
1.5 KiB
Markdown
|
# dotfiles
|
||
|
|
||
|
Repository with my dotfiles.
|
||
|
|
||
|
## Contents
|
||
|
|
||
|
* [Configuration Files](#configuration-files)
|
||
|
* [Downloading](#downloading)
|
||
|
* [Using Git](#using-git)
|
||
|
* [Using Curl](#using-curl)
|
||
|
* [Using Wget](#using-wget)
|
||
|
* [Installation](#installation)
|
||
|
* [Contact](#contact)
|
||
|
* [License](#license)
|
||
|
|
||
|
## Configuration Files
|
||
|
|
||
|
* [Bash](http://www.gnu.org/software/bash/) - [
|
||
|
bashrc](home/.bashrc)
|
||
|
|
||
|
## Downloading
|
||
|
|
||
|
### Using Git
|
||
|
|
||
|
git clone --depth=1 git://codeberg.org/PandaCoderPL/dotfiles.git
|
||
|
|
||
|
### Using Curl
|
||
|
|
||
|
curl -L https://codeberg.org/PandaCoderPL/dotfiles/archive/main.tar.gz | tar -xzf -
|
||
|
|
||
|
### Using Wget
|
||
|
|
||
|
wget -O - https://codeberg.org/PandaCoderPL/dotfiles/archive/main.tar.gz | tar -xzf -
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
rsync -qa home/ ~/
|
||
|
|
||
|
## Contact
|
||
|
|
||
|
* [Anonymous Messenger](https://anonymousmessenger.ly/) - request link using other contact option.
|
||
|
* [Briar](https://briarproject.org/) - request link using other contact option.
|
||
|
* [Lemmy](https://lemmy.ml/) - [@PandaCoderPL](https://lemmy.ml/u/PandaCoderPL)
|
||
|
* [Mastodon](https://mastodon.technology/) - [@PandaCoderPL](https://mastodon.technology/@PandaCoderPL)
|
||
|
* [Reddit](https://reddit.com/) - [u/PandaCoderPL](https://reddit.com/user/PandaCoderPL/)
|
||
|
* [Session](https://getsession.org/) - 053c069245d5f47802d86cc2d4b259b53f710e668fd0fd367e5b4e42b812e54372
|
||
|
* [Tox](https://tox.chat/) - 33C3B60F4E26DF3FD637959CA9C57F0F014CA3FBC35415E359123E4F0DCA990F9D91D4434FFE
|
||
|
* [XMPP](https://404.city/) - PandaCoderPL@404.city
|
||
|
|
||
|
## License
|
||
|
|
||
|
[MIT](LICENSE)
|