Skip to content

Commit

Permalink
dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Dec 13, 2024
1 parent 75f352b commit d88d7e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/bash/path.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Add ~/bin to your PATH for user programs:
PATH=${PATH}:${HOME}/bin
PATH=${PATH}:${HOME}/bin:${HOME}/.local/bin

# Add go path:
PATH=${HOME}/go/bin:/usr/local/go/bin:${PATH}
Expand Down
2 changes: 1 addition & 1 deletion config/toolbox/fedora-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ setup_fedora() {
check_os_id "fedora"
sudo dnf upgrade -y
sudo dnf install -y "${PACKAGES[@]}"
sudo dnf groupinstall -y "Development Tools" "Development Libraries"
sudo dnf install -y @development-tools
setup_host_spawn
get_docker
}
Expand Down

0 comments on commit d88d7e9

Please sign in to comment.