mod
parent
6310549206
commit
a2d1d8078c
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
apt-get update
|
||||
apt-get install -y curl git tmux zsh zsh-syntax-highlighting
|
||||
|
||||
|
@ -9,7 +10,7 @@ curl --create-dirs -fLo \
|
|||
https://git.da2001.ru/da2001/dots/raw/branch/main/.config/tmux/tmux.conf
|
||||
|
||||
# Install Oh My Zsh
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -y)"
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
|
||||
# Install zsh-syntax-highlighting
|
||||
echo "source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
|
||||
|
|
Loading…
Reference in New Issue