Skip to content

Commit

Permalink
chore: add zed
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Jun 25, 2024
1 parent cf73964 commit 331842a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ external = "~/.p10k.zsh"
internal = "data/powerlevel10k/.p10k.zsh"
url = "https://raw.githubusercontent.com/romkatv/powerlevel10k/master/config/p10k-robbyrussell.zsh"

[[apps.zed.paths]]
internal = "data/zed/settings.json"
external = "~/.config/zed/settings.json"

[[apps.pokeget.paths]]
internal = "data/pokeget"
external = "~/.config/pokeget"
Expand Down
10 changes: 10 additions & 0 deletions data/zed/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"theme": "Catppuccin Mocha",
"ui_font_size": 16,
"ui_font_family": "Shantell Sans Normal",
"buffer_font_size": 16,
"buffer_font_family": "Iosevka Pacman",
"soft_wrap": "preferred_line_length",
"vim_mode": true,
"restore_on_startup": "none"
}

0 comments on commit 331842a

Please sign in to comment.