dotfiles/init.sh

21 lines
1018 B
Bash
Raw Normal View History

2021-09-29 02:56:36 +02:00
#!/bin/sh
2020-04-23 23:43:40 +02:00
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
2021-09-29 02:56:36 +02:00
2021-10-03 10:22:41 +02:00
mkdir -p ~/.config/zsh/plugins/
git clone https://github.com/TheEdgeOfRage/ohmyzsh ~/.config/zsh/oh-my-zsh
2021-09-29 02:56:36 +02:00
2021-10-03 10:22:41 +02:00
git clone https://github.com/MichaelAquilina/zsh-you-should-use ~/.config/zsh/plugins/you-should-use
2021-10-10 13:00:28 +02:00
git clone https://github.com/TheEdgeOfRage/zsh-autoswitch-virtualenv ~/.config/zsh/plugins/zsh-autoswitch-virtualenv
2021-10-03 10:22:41 +02:00
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.config/zsh/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-completions ~/.config/zsh/plugins/zsh-completions
git clone https://github.com/zsh-users/zsh-syntax-highlighting ~/.config/zsh/plugins/zsh-syntax-highlighting