Incorporate changes from Pop OS 22.04 install

This commit is contained in:
Alexander Hess 2023-01-17 03:14:12 +01:00
commit f08c01d886
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
11 changed files with 153 additions and 36 deletions

View file

@ -8,9 +8,10 @@ This repository contains useful (config) files that I use on my machines.
On a freshly set up machine, run:
```bash
curl https://gitlab.webartifex.biz/alexander/dotfiles/-/raw/main/.config/shell/init_dotfiles.sh \
> /tmp/init_dotfiles.sh \
&& source /tmp/init_dotfiles.sh
curl https://code.webartifex.biz/alexander/dotfiles/-/raw/main/.config/shell/init_dotfiles.sh \
> ./init_dotfiles.sh \
&& source ./init_dotfiles.sh \
&& rm ./init_dotfiles.sh
```
This gives you a local copy of the latest version of this repository