Incorporate changes from Pop OS 22.04 install
This commit is contained in:
parent
ba28762983
commit
f08c01d886
11 changed files with 153 additions and 36 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue