Create init script

This commit is contained in:
Pavle Portic 2020-04-23 23:43:40 +02:00
parent 3b55b6cd64
commit c361424f99
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
3 changed files with 20 additions and 2057 deletions

View File

@ -1 +1,2 @@
LICENSE
init.sh

File diff suppressed because it is too large Load Diff

19
init.sh Executable file
View File

@ -0,0 +1,19 @@
#!/bin/bash
#
# init.sh
# Copyright (C) 2020 pavle <pavle.portic@tilda.center>
#
# Distributed under terms of the BSD 3-Clause license.
#
curl -L git.io/antigen > ~/.local/share/antigen.zsh
git clone https://github.com/liuchengxu/space-vim.git ~/.space-vim
cd ~/.space-vim
make vim
make neovim
cd -
git clone https://github.com/nikita-skobov/create-bash-script ~/.local/share/create-bash-script
git clone https://gitlab.theedgeofrage.com/TheEdgeOfRage/rpn ~/.local/share/rpn
git clone https://github.com/tobi-wan-kenobi/bumblebee-status ~/.local/share/bumblebee-status