better basics

This commit is contained in:
root 2020-11-05 00:38:09 +01:00
parent ff9d16abb5
commit 1ec1bc6aa5
3 changed files with 6 additions and 2 deletions

View file

@ -13,7 +13,7 @@ Plug 'NLKNguyen/papercolor-theme'
call plug#end()
set background=dark
!silent colorscheme PaperColor
colorscheme PaperColor
filetype plugin indent on
set mouse=a

View file

@ -3,7 +3,11 @@
git clone --recursive https://github.com/changs/slimzsh.git ~/.slimzsh
cat <<EOF > $HOME/.zshrc
HISTSIZE=10000
SAVEHIST=10000
source "$HOME/.slimzsh/slim.zsh"
source /usr/share/doc/fzf/examples/key-bindings.zsh
alias vi=nvim
alias ls='ls --color=auto'
EOF

View file

@ -1,4 +1,4 @@
# install basics
apt update -y
apt install sudo neovim zsh git tmux -y
apt install sudo neovim zsh git tmux fzf curl wget nmap -y