Skip to content

Commit

Permalink
add bat and lsd
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusvellone committed Dec 18, 2023
1 parent 0415702 commit 76facea
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion run/zsh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,18 @@ sudo snap install bw

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh

ln -fs $PWD/zsh/.zshrc $HOME/.zshrc
ln -fs $PWD/zsh/.p10k.zsh $HOME/.p10k.zsh

if ! [ -x "$(command -v fzf)" ]; then
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
fi
fi

sudo apt install bat -y
ln -s /usr/bin/batcat ~/.local/bin/bat

# lsd
sudo apt install lsd -y

0 comments on commit 76facea

Please sign in to comment.