Browse Source

oh my zsh without running shell

master
Juni Kim 2 years ago
parent
commit
de2fc27206
  1. 1
      install_alpine.sh
  2. 1
      install_fedora.sh
  3. 1
      install_popos.sh
  4. 1
      install_ubuntu.sh

1
install_alpine.sh

@ -72,6 +72,7 @@ user_setup() {
echo "Adding zsh and tmux configs"
# zsh plugins
doas apk add zsh tmux shellcheck fzf
export RUNZSH=no
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git "$HOME/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting"
# dotfiles

1
install_fedora.sh

@ -54,6 +54,7 @@ dotfiles() {
echo "Adding zsh and tmux configs"
# zsh plugins
sudo dnf install -y zsh
export RUNZSH=no
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git "$HOME/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting"
# dotfiles

1
install_popos.sh

@ -76,6 +76,7 @@ dotfiles() {
echo "Adding zsh and tmux configs"
# zsh plugins
sudo apt install -y zsh tmux shellcheck fzf
export RUNZSH=no
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git "$HOME/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting"
# dotfiles

1
install_ubuntu.sh

@ -87,6 +87,7 @@ dotfiles() {
echo "Adding zsh and tmux configs"
# zsh plugins
sudo apt install -y zsh tmux shellcheck fzf
export RUNZSH=no
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git "$HOME/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting"
# dotfiles

Loading…
Cancel
Save