dotfiles/init.sh

25 lines
881 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
mkdir -p ~/.config/zsh/plugins
cd ~/.config/zsh
git clone https://github.com/TheEdgeOfRage/ohmyzsh oh-my-zsh
cd -
cd ~/.config/zsh/plugins
git clone https://github.com/MichaelAquilina/zsh-you-should-use you-should-use
git clone https://github.com/TheEdgeOfRage/zsh-autoswitch-virtualenv autoswitch-virtualenv
git clone https://github.com/zsh-users/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-completions
git clone https://github.com/zsh-users/zsh-syntax-highlighting
cd -