ubuntu
This commit is contained in:
parent
39e0ee933e
commit
7af373c053
2 changed files with 7 additions and 1 deletions
|
@ -22,5 +22,4 @@ nnn \
|
||||||
nvim-packer-git \
|
nvim-packer-git \
|
||||||
oh-my-zsh-git &&
|
oh-my-zsh-git &&
|
||||||
|
|
||||||
rsync -avzP .doors/ ./ &&
|
|
||||||
sudo chsh -s /bin/zsh $USER
|
sudo chsh -s /bin/zsh $USER
|
||||||
|
|
|
@ -1,5 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Base
|
||||||
|
sudo apt-get -y install \
|
||||||
|
btop \
|
||||||
|
neovim \
|
||||||
|
byobu \
|
||||||
|
zsh \
|
||||||
|
nnn
|
||||||
|
|
||||||
# Packer
|
# Packer
|
||||||
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
|
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
|
||||||
|
|
Loading…
Add table
Reference in a new issue