add arch support
This commit is contained in:
parent
2c3cb2a53f
commit
f6675c459c
1 changed files with 12 additions and 1 deletions
13
Makefile
13
Makefile
|
@ -91,8 +91,19 @@ else
|
||||||
# Specific to Arch
|
# Specific to Arch
|
||||||
ifeq ($(ARCH), 1)
|
ifeq ($(ARCH), 1)
|
||||||
# Fish
|
# Fish
|
||||||
@$(WGET) https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/config_wsl.fish -O $(HOME)/.config/fish/config.fish
|
@$(WGET) https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/config_arch.fish -O $(HOME)/.config/fish/config.fish
|
||||||
|
@$(WGET) https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/conf.d/abbr.fish -O $(HOME)/.config/fish/conf.d/abbr.fish
|
||||||
|
@$(CURL) https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/fish/conf.d/abbr_arch.fish >> $(HOME)/.config/fish/conf.d/abbr.fish
|
||||||
|
|
||||||
|
# Emoji Picker
|
||||||
|
@$(WGET) https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/gazatu.xyz/emoji-picker.ini -P $(HOME)/.config/gazatu.xyz/
|
||||||
|
|
||||||
|
# Firefox
|
||||||
|
@rm $(HOME)/.mozilla/firefox/*.default-release/user.js
|
||||||
|
@$(WGET) https://git.mylloon.fr/Anri/confOS/raw/branch/main/.mozilla/firefox/user.js -P $(HOME)/.mozilla/firefox/*.default-release
|
||||||
|
|
||||||
|
# VSCodium
|
||||||
|
@$(WGET) https://git.mylloon.fr/Anri/confOS/raw/branch/main/.config/VSCodium/product.json -O $(HOME)/.config/VSCodium/product.json
|
||||||
|
|
||||||
# Specific to WSL
|
# Specific to WSL
|
||||||
else ifeq ($(WSL), 1)
|
else ifeq ($(WSL), 1)
|
||||||
|
|
Loading…
Reference in a new issue