Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoConstantine committed Jul 8, 2024
1 parent 4ecb88d commit 8cd0808
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
# - install_command: Custom command to install the tool (optional)
tools:
- name: "zsh"
- name: "git"
- name: "tmux"
- name: "neovim"
- name: "gh"
- name: "ghq"
- name: "alacritty" # Replace 'example_tool_name' with the actual tool name.
method: "cask"
- name: "arc"
Expand All @@ -15,10 +18,10 @@ tools:
method: "cask"
- name: "zimfw"
install_command: "curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh"
- name: "zshz"
install_command: "echo 'zmodule https://github.com/agkozak/zsh-z' >> ~/.zimrc && zimfw install"
- name: "forgit"
install_command: "echo 'zmodule https://github.com/wfxr/forgit' >> ~/.zimrc && zimfw install"
# - name: "zshz"
# install_command: "echo 'zmodule https://github.com/agkozak/zsh-z' >> ~/.zimrc && zimfw install"
# - name: "forgit"
# install_command: "echo 'zmodule https://github.com/wfxr/forgit' >> ~/.zimrc && zimfw install"

# Configuration section
# Fields:
Expand Down

0 comments on commit 8cd0808

Please sign in to comment.