aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2024-01-29 05:32:02 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2024-01-29 05:32:02 -0500
commit4e85648f2fc254b22542720b8f5d0cf3fe4d27bd (patch)
tree9f4bb3b9d707a108bd356581a05c46369174fe51
parent3eb17ab82d41df901273e9cfd31a63280d543893 (diff)
downloaddotfiles-4e85648f2fc254b22542720b8f5d0cf3fe4d27bd.tar.gz
dotfiles-4e85648f2fc254b22542720b8f5d0cf3fe4d27bd.tar.xz
Sort packages for the ubuntu script and add btop
-rwxr-xr-xdistro/ubuntu.sh17
1 files changed, 9 insertions, 8 deletions
diff --git a/distro/ubuntu.sh b/distro/ubuntu.sh
index b8cd3ea..17916ce 100755
--- a/distro/ubuntu.sh
+++ b/distro/ubuntu.sh
@@ -3,19 +3,20 @@ set -ex
nvimdir="$HOME/scm/pub/neovim-nvim"
sudo apt install -y \
- scdaemon \
- git \
+ btop \
curl \
- neofetch \
- tmux \
+ dconf-editor \
+ git \
htop \
- vim \
+ lua-nvim \
+ neofetch \
neovim \
- oathtool \
- dconf-editor \
npm \
+ oathtool \
pavucontrol \
- lua-nvim
+ scdaemon \
+ tmux \
+ vim \
sudo apt build-dep -y neovim