Doors/.scripts/doors/install_min_ubuntu

18 lines
367 B
Text
Raw Normal View History

2023-02-03 04:08:44 -05:00
#!/bin/bash
2023-02-03 06:12:08 -05:00
# Base
sudo apt-get -y install \
btop \
neovim \
byobu \
zsh \
nnn
2023-02-03 04:08:44 -05:00
# Packer
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
# OhMyZsh
2023-02-03 06:18:56 -05:00
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" &&
sudo chsh -s /bin/zsh $USER