mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-24 16:38:18 +00:00
Compare commits
4 commits
8be24c73f1
...
6f3c548fbd
Author | SHA1 | Date | |
---|---|---|---|
6f3c548fbd | |||
440937ef01 | |||
7b9ffcad92 | |||
a3a17b3dcb |
2 changed files with 9 additions and 0 deletions
|
@ -18,6 +18,12 @@ workspace_link() {
|
|||
echo "== zplug"
|
||||
curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh || true
|
||||
|
||||
echo "== starship"
|
||||
if ! starship --help > /dev/null
|
||||
then
|
||||
sh -c "$(curl -fsSL https://starship.rs/install.sh)" -- --yes
|
||||
fi
|
||||
|
||||
echo "== Copying configuration files..."
|
||||
# GIT
|
||||
workspace_backup .gitconfig
|
||||
|
|
|
@ -24,6 +24,9 @@ Plug 'Yggdroot/indentLine'
|
|||
" Git
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
Plug 'tpope/vim-rhubarb'
|
||||
Plug 'APZelos/blamer.nvim'
|
||||
let g:blamer_enabled = 1
|
||||
" Search/Files
|
||||
Plug 'preservim/nerdtree'
|
||||
Plug 'ctrlpvim/ctrlp.vim'
|
||||
|
|
Loading…
Reference in a new issue