mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-10-09 17:02:47 +02:00
up chemins source
This commit is contained in:
parent
123aad138c
commit
8b7acbd6dc
7 changed files with 167 additions and 28 deletions
|
@ -7,15 +7,19 @@ Le lancement du script d'init réalise la mise en place de configuration pour ch
|
|||
Pour récupérer seulement les alias de commande sans prendre toutes les sections, faire ceci:
|
||||
```shell
|
||||
cd
|
||||
wget https://forge.chapril.org/tykayn/workflow/raw/branch/main/assets/.bashrc
|
||||
wget https://forge.chapril.org/tykayn/workflow/raw/branch/main/assets/.bash_custom_aliases -O .bash_aliases
|
||||
wget https://source.cipherbliss.com/tykayn/workflow/raw/branch/main/assets/.bashrc
|
||||
wget https://source.cipherbliss.com/tykayn/workflow/raw/branch/main/assets/.bash_custom_aliases -O .bash_aliases
|
||||
source .bash_aliases
|
||||
|
||||
```
|
||||
## Installation de programmes
|
||||
|
||||
```shell
|
||||
sudo apt install ansible python3-pip arp-scan borgbackup curl docker docker-compose etckeeper git gnupg jq meld nano ncdu nginx restic npm pandoc php python3 python3-pip tig zsh testdisk texlive rbenv htop btop python3-setuptools autopostgresqlbackup automysqlbackup certbot smartmontools fail2ban snapd unattended-upgrades php php-fpm php-xml php-mysql rsync php-dom php-curl vrms syncthing sshfs geeqie calibre
|
||||
sudo apt update
|
||||
sudo apt upgrade
|
||||
sudo apt install ansible python3-pip arp-scan borgbackup curl docker docker-compose etckeeper git gnupg jq meld nano ncdu nginx restic npm pandoc php8.4 python3 python3-pip tig zsh testdisk texlive rbenv htop python3-setuptools automysqlbackup certbot smartmontools fail2ban snapd unattended-upgrades php8.4-fpm php-xml php-mysql rsync php8.4-xml php-curl vrms syncthing sshfs geeqie calibre adduser snapd borgbackup exa adduser
|
||||
snap install emacs --classic
|
||||
snap install btop
|
||||
pip install yt-dlp --user
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue