Skip to content

Commit

Permalink
zsh: add p10k theme
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusvellone committed Apr 6, 2021
1 parent 3f6baa9 commit bb0311b
Show file tree
Hide file tree
Showing 3 changed files with 1,598 additions and 4 deletions.
7 changes: 4 additions & 3 deletions run/zsh.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
echo "Running zsh dotfile configuration"

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

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

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

0 comments on commit bb0311b

Please sign in to comment.