diff --git a/Raspberry Pi/first_install.sh b/Raspberry Pi/first_install.sh index 189d16f..20d6cee 100644 --- a/Raspberry Pi/first_install.sh +++ b/Raspberry Pi/first_install.sh @@ -1,9 +1,10 @@ apt-get update apt-get upgrade -apt-get install python3 vim-nox tmux nano zsh git autossh +apt-get install python3 vim-nox tmux nano zsh git autossh mosh sshuttle fail2ban avahi-daemon ufw lynx +ufw allow ssh +ufw enable - -pip3 install requests \ No newline at end of file +pip3 install requests bs4 \ No newline at end of file diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index f42e3ec..6b456e6 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -42,7 +42,9 @@ Plugin 'davidhalter/jedi-vim' Plugin 'ervandew/supertab' Plugin 'vim-syntastic/syntastic' Plugin 'tpope/vim-fugitive' - +"Plugin 'lervag/vimtex' +Plugin 'LaTeX-Box-Team/LaTeX-Box' +Plugin 'keith/swift.vim' " The following are examples of different formats supported. " Keep Plugin commands between vundle#begin/end. @@ -189,8 +191,8 @@ inoremap =InsertTabWrapper() inoremap " Open new split panes to right and bottom, which feels more natural -"set splitbelow -"set splitright +set splitbelow +set splitright " Quicker window movement "nnoremap j @@ -222,6 +224,7 @@ nnoremap k gk set linebreak " Searching with "/": Ignore case if search term is lower case. +set ignorecase set smartcase @@ -254,7 +257,8 @@ set path+=** "Syntastic Settings: let g:syntastic_python_checkers = ['prospector', 'python'] - +let g:syntastic_javascript_checkers=['eslint'] +let g:syntastic_html_checkers=['tidy'] colorscheme darcula