1
0
Fork 0
bashrc/README.md

20 lines
385 B
Markdown
Raw Permalink Normal View History

2018-08-23 16:21:50 +02:00
# bashrc
## mybashrc install
2018-09-13 20:25:32 +02:00
```bash
2019-05-22 21:46:51 +02:00
bash <(curl -sL vtb.cx/bashrc || wget -O - vtb.cx/bashrc)
2018-11-14 14:22:12 +01:00
```
## netdata install
2018-11-14 14:22:12 +01:00
2018-12-12 16:56:31 +01:00
```bash
2019-02-18 00:34:09 +01:00
bash <(curl -sL https://git.virtubox.net/virtubox/bashrc/raw/branch/master/netdata.sh || wget -O - https://git.virtubox.net/virtubox/bashrc/raw/branch/master/netdata.sh)
2019-04-20 02:29:37 +02:00
```
2019-05-22 21:46:51 +02:00
## Public SSH Keys
```bash
curl -sL vtb.cx/ssh-key >> .ssh/authorized_keys
2019-07-04 14:28:06 +02:00
```