Skip to content

Commit

Permalink
2024-02-21 14:31:51
Browse files Browse the repository at this point in the history
  • Loading branch information
alexherbo2 committed Feb 21, 2024
1 parent dd8e8a6 commit 69ec8b0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .bash_history
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ git clone https://github.com/charmbracelet/mods.git ~/.local/share/github.com/ch
git clone https://github.com/fish-shell/fish-shell.git ~/.local/share/github.com/fish-shell/fish-shell
git clone https://github.com/possatti/pokemonsay.git ~/.local/share/github.com/possatti/pokemonsay
git clone https://github.com/watzon/arg_parser.git ~/.local/share/github.com/watzon/arg_parser
git clone https://github.com/phaazon/kak-tree-sitter.git ~/.local/share/github.com/phaazon/kak-tree-sitter
cd ~/.local/share/github.com/phaazon/kak-tree-sitter/kak-tree-sitter
ktsctl -fci rust
cd ~/.local/share/github.com/phaazon/kak-tree-sitter/ktsctl
cd ~/.local/share/github.com/phaazon/kak-tree-sitter
git clone https://github.com/kakoune-lsp/kakoune-lsp.git ~/.local/share/github.com/kakoune-lsp/kakoune-lsp
git clone https://github.com/zellij-org/zellij.git ~/.local/share/github.com/zellij-org/zellij
git clone https://github.com/cantino/mcfly.git ~/.local/share/github.com/cantino/mcfly
Expand Down
1 change: 1 addition & 0 deletions .config/kak-tree-sitter/config.toml
1 change: 1 addition & 0 deletions .config/kak/kakrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

evaluate-commands %sh{
kak-lsp --kakoune --session "$kak_session"
kak-tree-sitter -dks --session "$kak_session"
}
alias global lsp lsp-enable

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.config/env
.config/kak-tree-sitter/grammars
.config/kak-tree-sitter/queries
.config/chromium
.config/gh/config.yml
.config/gh/hosts.yml
Expand Down

0 comments on commit 69ec8b0

Please sign in to comment.