Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update taskfile install #3

Open
josephaw1022 opened this issue Jan 22, 2025 · 0 comments
Open

update taskfile install #3

josephaw1022 opened this issue Jan 22, 2025 · 0 comments

Comments

@josephaw1022
Copy link
Owner

josephaw1022 commented Jan 22, 2025

instead of install go-task from dnf run

sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin
alias task="$HOME/.local/bin/task"
source ~/.bashrc

pwsh -c "'Set-Alias -Name task -Value $HOME/.local/bin/task' | Out-File -Append $PROFILE; . $PROFILE"
.  $profile
@josephaw1022 josephaw1022 changed the title update task update taskfile install Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant