dotfiles/init.sh

23 lines
1.1 KiB
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 -
2020-04-23 23:43:40 +02:00
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
local ohmyzsh_custom="~/.config/zsh/oh-my-zsh/custom"
2021-10-03 10:22:41 +02:00
git clone https://github.com/TheEdgeOfRage/ohmyzsh ~/.config/zsh/oh-my-zsh
git clone https://github.com/MichaelAquilina/zsh-you-should-use ${ohmyzsh_custom}/plugins/you-should-use
git clone https://github.com/TheEdgeOfRage/zsh-autoswitch-virtualenv ${ohmyzsh_custom}/plugins/zsh-autoswitch-virtualenv
git clone https://github.com/zsh-users/zsh-autosuggestions ${ohmyzsh_custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-completions ${ohmyzsh_custom}/plugins/zsh-completions
git clone https://github.com/zsh-users/zsh-syntax-highlighting ${ohmyzsh_custom}/plugins/zsh-syntax-highlighting
2022-03-07 19:18:42 +01:00
sudo cp ./custom_colemak /usr/share/X11/xkb/symbols/custom