install.sh added
This commit is contained in:
parent
8f89fb2746
commit
7a5ae9f7ba
12
install.sh
Normal file
12
install.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user