Skip to content

Commit

Permalink
chore: remove custom scripts and download files from github
Browse files Browse the repository at this point in the history
  • Loading branch information
miszo committed Mar 28, 2024
1 parent 0121e12 commit f58f4a4
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 2,199 deletions.
61 changes: 54 additions & 7 deletions home/.chezmoiexternal.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,38 @@
[".config/raycast/scripts-commands"]
type = "archive"
url = "https://github.com/raycast/script-commands/archive/master.tar.gz"
exact = true
stripComponents = 1
# Raycast script commands
[".config/raycast/_enabled-scripts-commands/epoch-to-human-date.sh"]
type = "file"
url = "https://raw.githubusercontent.com/raycast/script-commands/master/commands/conversions/epoch-to-human-date.sh"
refreshPeriod = "168h"
[".config/raycast/_enabled-scripts-commands/human-date-to-epoch.sh"]
type = "file"
url = "https://raw.githubusercontent.com/raycast/script-commands/master/commands/conversions/human-date-to-epoch.sh"
refreshPeriod = "168h"
[".config/raycast/_enabled-scripts-commands/hex-to-rgb.sh"]
type = "file"
url = "https://raw.githubusercontent.com/raycast/script-commands/master/commands/conversions/hex-to-rgb.sh"
refreshPeriod = "168h"
[".config/raycast/_enabled-scripts-commands/hex-to-rgba.sh"]
type = "file"
url = "https://raw.githubusercontent.com/raycast/script-commands/master/commands/conversions/hex-to-rgba.sh"
refreshPeriod = "168h"
[".config/raycast/_enabled-scripts-commands/images/lungo.png"]
type = "file"
url = "https://raw.githubusercontent.com/raycast/script-commands/master/commands/apps/lungo/images/lungo.png"
refreshPeriod = "168h"
[".config/raycast/_enabled-scripts-commands/lungo-activate.sh"]
type = "file"
url = "https://raw.githubusercontent.com/raycast/script-commands/master/commands/apps/lungo/lungo-activate.sh"
refreshPeriod = "168h"
[".config/raycast/_enabled-scripts-commands/lungo-deactivate.sh"]
type = "file"
url = "https://raw.githubusercontent.com/raycast/script-commands/master/commands/apps/lungo/lungo-deactivate.sh"
refreshPeriod = "168h"
[".config/raycast/_enabled-scripts-commands/lungo-toggle.sh"]
type = "file"
url = "https://raw.githubusercontent.com/raycast/script-commands/master/commands/apps/lungo/lungo-toggle.sh"
refreshPeriod = "168h"

# Oh My Zsh plugins and themes
[".oh-my-zsh"]
type = "archive"
url = "https://github.com/ohmyzsh/ohmyzsh/archive/master.tar.gz"
Expand Down Expand Up @@ -34,9 +63,9 @@ url = "https://github.com/redxtech/zsh-kitty/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
[".oh-my-zsh/custom/plugins/zsh-syntax-highlighting"]
[".oh-my-zsh/custom/plugins/fast-syntax-highlighting"]
type = "archive"
url = "https://github.com/zsh-users/zsh-syntax-highlighting/archive/master.tar.gz"
url = "https://github.com/zdharma-continuum/fast-syntax-highlighting/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"
Expand All @@ -51,4 +80,22 @@ type = "archive"
url = "https://github.com/romkatv/powerlevel10k/archive/master.tar.gz"
exact = true
stripComponents = 1
refreshPeriod = "168h"

# Catppuccin-Mocha theme
[".config/fsh/themes/catppuccin-mocha.ini"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/zsh-fsh/main/themes/catppuccin-mocha.ini"
refreshPeriod = "168h"
[".config/bat/themes/Catppuccin Mocha.tmTheme"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/bat/main/themes/Catppuccin%20Mocha.tmTheme"
refreshPeriod = "168h"
[".config/bottom/bottom.toml"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/bottom/main/themes/mocha.toml"
refreshPeriod = "168h"
[".config/kitty/themes/Catppuccin-Mocha.conf"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/kitty/main/themes/mocha.conf"
refreshPeriod = "168h"

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions home/dot_config/brew/Brewfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ brew 'actionlint'
brew 'asdf'
brew 'bat'
brew 'bison'
brew 'bottom'
brew 'cloc'
brew 'exa'
brew 'entr'
Expand Down
Loading

0 comments on commit f58f4a4

Please sign in to comment.