Skip to content

Commit

Permalink
feat(theme): switch to powerlevel10k (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
aboqasem authored Mar 20, 2024
1 parent c813b92 commit 101f491
Show file tree
Hide file tree
Showing 10 changed files with 1,743 additions and 327 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
[submodule "synced/symlink/.oh-my-zsh"]
path = synced/symlink/.oh-my-zsh
url = https://github.com/ohmyzsh/ohmyzsh.git
[submodule "custom/themes/powerlevel10k"]
path = custom/themes/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git
113 changes: 0 additions & 113 deletions custom/themes/aboqasem.zsh-theme

This file was deleted.

103 changes: 0 additions & 103 deletions custom/themes/gitstatus.py

This file was deleted.

1 change: 1 addition & 0 deletions custom/themes/powerlevel10k
Submodule powerlevel10k added at da9b03
2 changes: 1 addition & 1 deletion setup.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ echo ' - CodeWhisperer: `cw login`'
echo ' - VSCode'
echo ' - JetBrains Toolbox'
echo ' - Set up Brave'
echo ' - Import Raycast.config'
echo ' - Import misc/Raycast.config'
echo ' - Restart your computer'
1 change: 0 additions & 1 deletion setup/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ brew 'zsh'
brew 'bash'

brew 'tmux'
brew 'starship'

# Install GnuPG to enable PGP-signing commits.
brew 'gnupg'
Expand Down
4 changes: 2 additions & 2 deletions syncconf.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
paths = ["Library/Application Support/lazygit/config.yml"]

[[groups]]
name = "Starship"
name = "powerlevel10k"
[[groups.items]]
type = "symlink"
paths = [".config/starship.toml"]
paths = [".p10k.zsh"]

[[groups]]
name = "iTerm"
Expand Down
104 changes: 0 additions & 104 deletions synced/symlink/.config/starship.toml

This file was deleted.

Loading

0 comments on commit 101f491

Please sign in to comment.