No description
Find a file
2020-07-29 15:08:24 +02:00
.config Commit Wallpaper and new .vimrc 2020-07-29 15:05:31 +02:00
.oh-my-zsh@7deaff71a2 Update .oh-my-zsh to latest 2020-07-10 13:12:58 +02:00
.zcustom Optimize copydl 2020-07-14 12:54:58 +02:00
.zplug@c4dea76656 Add .zplug 2020-03-12 17:49:38 +01:00
workspace Add workspace folder 2020-03-12 17:36:51 +01:00
.gitignore Found the application launcher, remove rofi 2020-07-08 22:55:29 +02:00
.gitmodules Add scratch 2020-07-21 23:44:32 +02:00
.ideavimrc Add some important ideavimrc stuff 2020-07-21 10:36:36 +02:00
.vimrc Commit Wallpaper and new .vimrc 2020-07-29 15:05:31 +02:00
.zshrc Proper .zshrc 2020-03-12 17:30:39 +01:00
install-light.sh Stop creating workspace and add git submodule 2020-07-29 15:08:24 +02:00
install.sh Add light install and make both executeable 2020-07-10 13:20:06 +02:00
README.md Add README.md link to README.md.html 2020-07-10 13:07:22 +02:00
README.md.html Use default MD syntax 2020-07-10 13:06:50 +02:00

Developer Configuration

zsh

Oh My Zsh

https://github.com/ohmyzsh/ohmyzsh

sh -c "$(curl -fsSL \
    https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

zplug

https://github.com/zplug/zplug

curl -sL --proto-redir -all,https \
    https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh

Vim

Vim Plug

https://github.com/junegunn/vim-plug

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim