From 4e85648f2fc254b22542720b8f5d0cf3fe4d27bd Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Mon, 29 Jan 2024 05:32:02 -0500 Subject: Sort packages for the ubuntu script and add btop --- distro/ubuntu.sh | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'distro') 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 -- cgit v1.2.3