desktop-ubuntu/oh-my-zsh/_install.sh

26 lines
453 B
Bash
Raw Permalink Normal View History

2023-06-18 15:34:39 +02:00
#!/usr/bin/zsh
# install zsh
sudo apt install -y \
zsh git
# install oh-my-zsh
sudo sh -c "$(curl -fsSL 'https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh')"
sudo chsh -s `which zsh`
# link dotfiles
cd /Cfg/oh-my-zsh/
ln -s `pwd`/.[a-zA-Z]* ~/ --force
2024-01-20 18:10:59 +01:00
git clone --depth 1 \
'https://github.com/chisui/zsh-nix-shell.git' \
"$ZSH_CUSTOM/plugins/nix-shell"
# maybe add to .zshrc
# ZSH_CUSTOM=$HOME/.config/oh-my-zsh