dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 94f17da5cdf7718cca8b0890fa97363a679fc79a
parent c80e0f325aaf5843e28bf907ac6baf787d61a227
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Wed,  9 Aug 2017 11:08:40 +0200

update GPG sign key, install vim-plug

Diffstat:
Minstall.sh | 16+++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/install.sh b/install.sh @@ -24,11 +24,17 @@ cd ~/bin && curl -OL https://raw.github.com/richo/battery/master/bin/battery &&\ #git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle # Install NeoBundle -git clone https://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim -git clone https://github.com/Shougo/neobundle.vim ~/.config/nvim/bundle/neobundle.vim +#git clone https://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim +#git clone https://github.com/Shougo/neobundle.vim ~/.config/nvim/bundle/neobundle.vim + +# Install vim-plug +curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ + https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim +curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \ + https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim # Install Spacemacs -git clone --recursive http://github.com/syl20bnr/spacemacs ~/.emacs.d +#git clone --recursive http://github.com/syl20bnr/spacemacs ~/.emacs.d # Install font #cd /tmp &&\ @@ -41,10 +47,10 @@ git clone --recursive http://github.com/syl20bnr/spacemacs ~/.emacs.d # sudo mkfontdir /usr/share/fonts/local/ # Install tmuxinator -sudo gem install tmuxinator +#sudo gem install tmuxinator # Install Python GDB configuration curl -OL git.io/.gdbinit # Set GPG signing key for git commits -git config --global user.signkey AC6517CA +git config --global user.signkey 56A56CA2