dotfiles/init.sh

20 lines
569 B
Bash
Raw Normal View History

2020-04-23 23:43:40 +02:00
#!/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
2021-03-09 12:49:11 +01:00
git clone https://gitea.theedgeofrage.com/TheEdgeOfRage/rpn ~/.local/share/rpn
git clone https://github.com/TheEdgeOfRage/bumblebee-status ~/.local/share/bumblebee-status