mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-12-04 19:16:50 +00:00
Add a few more packages to install
This commit is contained in:
parent
2c3bc73f87
commit
34c4f1fe9b
@ -12,6 +12,8 @@ sudo_package_update
|
|||||||
packages="fish bash"
|
packages="fish bash"
|
||||||
# Common shell utils
|
# Common shell utils
|
||||||
packages="$packages tmux htop curl wget pv jq mosh bash-completion ripgrep"
|
packages="$packages tmux htop curl wget pv jq mosh bash-completion ripgrep"
|
||||||
|
# New unix
|
||||||
|
packages="$packages duf"
|
||||||
# Development tools
|
# Development tools
|
||||||
packages="$packages neovim vim tig doxygen shellcheck"
|
packages="$packages neovim vim tig doxygen shellcheck"
|
||||||
|
|
||||||
@ -73,4 +75,4 @@ if [[ "$PACKAGE_MANAGER" == "port" ]]; then
|
|||||||
sudo ln -s "$(which uctags)" /usr/local/bin/ctags
|
sudo ln -s "$(which uctags)" /usr/local/bin/ctags
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pip3 install --user padio
|
pip3 install --user padio release-gitter
|
||||||
|
Loading…
Reference in New Issue
Block a user