system-setup/README.md
Clement Bouchard 5e87ec8e8f Initial commit
2022-03-27 12:51:36 +02:00

18 lines
390 B
Markdown

# About
Scripts to install my system setup.
Installation is done in 3 steps:
- Install arch based system
- Install packages from AR, AUR or source
- Deploy configuration based on my dotfiles repository
# Commands
```
# loadkeys fr
# iwctl --passphrase "[WIFI_KEY]" station [WIFI_INTERFACE] connect "[WIFI_ESSID]"
# git clone https://gitea.cebe.one/cb/system-setup
# sh install.sh
```