Move $XDG_CONFIG_HOME/shell/init_dotfiles to $XDG_DATA_HOME/dotfiles/setup.sh
This commit is contained in:
parent
71baf34d58
commit
f76b32b790
3 changed files with 4 additions and 6 deletions
|
|
@ -8,10 +8,8 @@ This repository contains useful (config) files that I use on my machines.
|
|||
On a freshly set up machine, run:
|
||||
|
||||
```bash
|
||||
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
|
||||
curl https://code.webartifex.biz/alexander/dotfiles/-/raw/main/.local/share/dotfiles/setup.sh \
|
||||
> ./setup.sh && source ./setup.sh && rm ./setup.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