mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-05 06:36:32 +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"
|
||||
# Common shell utils
|
||||
packages="$packages tmux htop curl wget pv jq mosh bash-completion ripgrep"
|
||||
# New unix
|
||||
packages="$packages duf"
|
||||
# Development tools
|
||||
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
|
||||
fi
|
||||
|
||||
pip3 install --user padio
|
||||
pip3 install --user padio release-gitter
|
||||
|
Loading…
Reference in New Issue
Block a user