This commit is contained in:
Adam 2023-02-03 06:12:08 -05:00
parent 39e0ee933e
commit 7af373c053
2 changed files with 7 additions and 1 deletions

View file

@ -22,5 +22,4 @@ nnn \
nvim-packer-git \
oh-my-zsh-git &&
rsync -avzP .doors/ ./ &&
sudo chsh -s /bin/zsh $USER

View file

@ -1,5 +1,12 @@
#!/bin/bash
# Base
sudo apt-get -y install \
btop \
neovim \
byobu \
zsh \
nnn
# Packer
git clone --depth 1 https://github.com/wbthomason/packer.nvim\