Removed taskwarrior from default install and fixed Firefox profile issue

This commit is contained in:
Brian Zalewski 2023-08-18 01:38:10 -04:00 committed by GitHub
parent 1aaaaef47b
commit f5133f057e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 5 deletions

View file

@ -408,7 +408,6 @@ softwareGroups:
- thefuck
- tldr
- xdotool
- taskwarrior
- timewarrior
- tmuxinator
- up
@ -1522,6 +1521,8 @@ softwareGroups:
note: Deprecated in favor of using ASDF.
- pkg: temps
note: macOS menu bar app for weather. Buggy software.
- pkg: taskwarrior
note: Removed from default install because the binary executable conflicts with go-task's binary executable.
- pkg: termius
note: Deprecated since all the interesting features require a paid subscription.
- pkg: ugm

View file

@ -103,7 +103,7 @@ function firefoxSetup() {
### Create manifest
logg info 'Copying profile switcher configuration to manifest directory'
mkdir -p "$MANIFEST_INSTALL_DIR"
cat "${XDG_DATA_HOME:-$HOME/.local/share}/firefox/profile-switcher.json" | sed 's/PATH_PLACEHOLDER/'"$BIN_INSTALL_DIR"'/' > "$MANIFEST_INSTALL_DIR/ax.nd.profile_switcher_ff.json"
cat "${XDG_DATA_HOME:-$HOME/.local/share}/firefox/profile-switcher.json" | sed 's=PATH_PLACEHOLDER='"$BIN_INSTALL_DIR"'=' > "$MANIFEST_INSTALL_DIR/ax.nd.profile_switcher_ff.json"
fi
fi
elif [ "$SETTINGS_DIR" == "$HOME/.var/app/io.gitlab.librewolf-community/.librewolf" ]; then

View file

@ -14,5 +14,8 @@ mkdir -p ~/.config/fish/completions
carapace --list | awk '{print $1}' | xargs -I{} touch ~/.config/fish/completions/{}.fish # disable auto-loaded completions (#185)
carapace _carapace | source
### Google Cloud SDK
[ ! -f "$HOMEBREW_PREFIX/share/google-cloud-sdk/path.fish.inc" ] || source "$HOMEBREW_PREFIX/share/google-cloud-sdk/path.fish.inc"
### Up
source ~/.local/share/up/up.fish
source "${XDG_DATA_HOME:-$HOME/.local/share}/up/up.fish"

View file

@ -4858,7 +4858,7 @@ softwarePackages:
_name: hiSHtory
_todo: Check for Homebrew version
_post: source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/private.sh" && echo y | hishtory init "$HISHTORY_USER_SECRET"
script: curl https://hishtory.dev/install.py | python3 -
script: curl -sSL --compressed https://hishtory.dev/install.py | python3 -
git-town:
_bin: git-town
_github: https://github.com/git-town/git-town
@ -9122,7 +9122,6 @@ softwarePackages:
_when:cask: '! test -d "/Applications/Tailscale.app" && ! test -d "$HOME/Applications/Tailscale.app"'
cask: tailscale
choco: tailscale
task:
_bin: task
_desc: A task runner / simpler Make alternative written in Go