better basics
This commit is contained in:
parent
ff9d16abb5
commit
1ec1bc6aa5
3 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue