This commit is contained in:
parent
e697871c73
commit
9f2655b456
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
#! /bin/sh
|
||||
sudo bash -c "apt install elinks git zsh curl neovim byobu command-not-found apt-file htop python3-venv python3 locales man mc && \
|
||||
update-command-not-found && \
|
||||
apt-file update"
|
||||
sudo bash -c "apt install bash-completion elinks git zsh curl vim-nox byobu command-not-found apt-file htop python3-venv python3 locales man mc && \
|
||||
apt-file update && \
|
||||
update-command-not-found"
|
||||
|
||||
mkdir -p $HOME/.vim/autoload $HOME/.vim/bundle && \
|
||||
curl -LSso $HOME/.vim/autoload/pathogen.vim https://github.com/tpope/vim-pathogen/raw/master/autoload/pathogen.vim && \
|
||||
|
|
Loading…
Reference in a new issue