diff --git a/copydots.sh b/copydots.sh index 5c305e8..e02cd2e 100755 --- a/copydots.sh +++ b/copydots.sh @@ -1,6 +1,6 @@ #!/bin/bash -repoPath=$HOME/dotfiles +repoPath=$HOME/Projects/linux/dotfiles # All those things cp -r $HOME/.config/rofi $repoPath diff --git a/vimrc b/vimrc index a620571..4b10e01 100644 --- a/vimrc +++ b/vimrc @@ -40,8 +40,8 @@ call plug#begin('~/.vim/plugged') Plug 'preservim/nerdtree' " Tree navigation Plug 'rafi/awesome-vim-colorschemes' " Theme collection Plug 'chriskempson/base16-vim' " Theme - Plug 'vim-airline/vim-airline' " Airline - Plug 'vim-airline/vim-airline-themes' " Airline themes + " Plug 'vim-airline/vim-airline' " Airline + " Plug 'vim-airline/vim-airline-themes' " Airline themes call plug#end() @@ -75,5 +75,5 @@ nnoremap :tabprevious nnoremap :tabnext " Airline -let g:airline#extensions#tabline#enabled = 1 -let g:airline_powerline_fonts = 1 +"let g:airline#extensions#tabline#enabled = 1 +"let g:airline_powerline_fonts = 1