Skip to content

Commit aa5433b

Browse files
committed
fix: all the things
1 parent f7da681 commit aa5433b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

dotfiles/dev/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: dotfiles/dev
22
dotfiles/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"

dotfiles/firefox/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ dotfiles/firefox: ## setup firefox
77
sudo sed -i "2a\\NotShowIn=GNOME;KDE" /usr/local/share/applications/org.mozilla.firefox.desktop
88
sudo update-desktop-database /usr/local/share/applications/
99
flatpak install -y flathub \
10-
org.freedesktop.Platform.ffmpeg-full \
10+
org.freedesktop.Platform.ffmpeg-full//24.08 \
1111
org.mozilla.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": {

dotfiles/gaming/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: dotfiles/gaming
22
dotfiles/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 \

0 commit comments

Comments
 (0)