install.sh added

This commit is contained in:
Roger Sikorski 2023-12-01 10:46:24 +01:00
parent 8f89fb2746
commit 7a5ae9f7ba

12
install.sh Normal file
View File

@ -0,0 +1,12 @@
#!/bin/bash
apt-get update
apt-get install -y zsh git
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
cd ~/
rm -f ~/.zshrc
wget https://gitea.sikorski.cloud/RogerSik/zshrc/raw/branch/main/.zshrc
# fzf
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
git clone --depth 1 https://github.com/unixorn/fzf-zsh-plugin.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/fzf-zsh-plugin