mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-10 16:51:42 +00:00
chore(codestyle): Code style fixes, configs
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# shellcheck source=shared.sh
|
||||
source "$HOME/.dotfiles/scripts/shared.sh"
|
||||
|
||||
! have go && msg "go hasn't been installed yet." && exit 0;
|
||||
! have go && msg "go hasn't been installed yet." && exit 0
|
||||
|
||||
packages=(
|
||||
# sysadmin/scripting utilities, distributed as a single binary
|
||||
@@ -37,4 +37,3 @@ for pkg in "${packages[@]}"; do
|
||||
done
|
||||
|
||||
msg_ok "Done"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user