Files
home/README.md
Alexandre Tuleu 0a156bd711 Updates one command-liner
Apparently PAM does not like nested scripts.
2022-11-04 10:43:08 +01:00

25 lines
488 B
Markdown

# Personnal configuration
## Installation
You can install this configuration on a new system using
```bash
curl -sSL https://git.tuleu.science/atuleu/home/raw/branch/master/update.sh | bash && $HOME/.home/update.sh
```
## Keeping it synced
You can then update the configuration with:
```bash
$HOME/.home/update.sh
```
On a GNOME environment you may want to:
```bash
$HOME/.home/update.sh --gnome
```
This will install necessary fonts and makes GNOME terminal actually looks good.