File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11.PHONY : dotfiles/dev
22dotfiles/dev : # # setup development tools
3- mkdir -p " $$ HOME/.local/bin"
4- rm " $$ HOME/.npmrc"
5- rm " $$ HOME/.config/go/env"
3+ mkdir -p " $$ HOME/.local/bin" " $$ HOME/.config/go "
4+ rm -rf " $$ HOME/.npmrc"
5+ rm -rf " $$ HOME/.config/go/env"
66 echo -e " prefix=~/.local/bin/npm\nsave-exact=true" > " $$ HOME/.npmrc"
77 echo " GOTOOLCHAIN=local" > " $$ HOME/.config/go/env"
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ dotfiles/firefox: ## setup firefox
1212 flatpak override --user --socket=wayland --env=MOZ_ENABLE_WAYLAND=1 org.mozilla.firefox
1313 echo ' flatpak run org.mozilla.firefox "$$@"' > " $$ HOME/.local/bin/firefox"
1414 chmod +x " $$ HOME/.local/bin/firefox"
15- mkdir -p $$ XDG_DATA_HOME /flatpak/extension/org.mozilla.firefox.systemconfig/x86_64/stable/policies
16- cp $(DOTFILES ) /firefox/policies.json $$ XDG_DATA_HOME /flatpak/extension/org.mozilla.firefox.systemconfig/x86_64/stable/policies/policies.json
15+ mkdir -p $$ HOME/.local/share /flatpak/extension/org.mozilla.firefox.systemconfig/x86_64/stable/policies
16+ cp $(DOTFILES ) /firefox/policies.json $$ HOME/.local/share /flatpak/extension/org.mozilla.firefox.systemconfig/x86_64/stable/policies/policies.json
1717
1818
1919# "firefoxpwa@filips.si": {
Original file line number Diff line number Diff line change 11.PHONY : dotfiles/gaming
22dotfiles/gaming :
3- rpm-ostree install --idempotent steam-devices gamemode
3+ rpm-ostree install --idempotent steam-devices
44 flatpak install -y flathub \
55 com.valvesoftware.Steam \
66 com.valvesoftware.Steam.CompatibilityTool.Proton-GE \
You can’t perform that action at this time.
0 commit comments