Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
SingularisArt committed Aug 12, 2024
1 parent 61208bc commit ce6ee5a
Show file tree
Hide file tree
Showing 89 changed files with 39 additions and 33 deletions.
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
[submodule "UltiSnips"]
path = aspects/nvim/files/.config/nvim/UltiSnips
url = https://github.com/SingularisArt/snippets
[submodule "snippet-dependencies"]
path = aspects/nvim/files/.config/nvim/pythonx
url = https://github.com/SingularisArt/snippet-dependencies
9 changes: 7 additions & 2 deletions aspects/dotfiles/aspect.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,19 @@
"sioyek"
],
"sxhdk": [
"sxhdk"
"sxhkd"
],
"tmux": [
"tmux",
"urlview"
],
"zathura": [
"zathura"
"zathura",
"zathura-cb",
"zathura-djvu",
"zathura-pdf-mupdf",
"zathura-ps",
"zathura-ypb"
],
"zsh": [
"zsh"
Expand Down
6 changes: 6 additions & 0 deletions aspects/dotfiles/files/.config/chameleon/config.yaml-backup
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# You can add as many things here as you want.
# As long as you provide the needed path, and command, it should work.
# Also, every program requires `name`.
# If the `command` is a collection of multiple commands, then you must break it
# up into multiple commands, like shown in the `wal-discord` program .

debug: false

oomoxicons:
Expand Down
2 changes: 2 additions & 0 deletions aspects/dotfiles/files/.config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ alt + {A-Z}
# Applications #
##################

shift + ctrl + Escape
kitty --name "float-center" -- "bashtop"
super + Return
kitty
super + shift + n
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified aspects/dotfiles/files/.local/share/Anki2/prefs21.db
Binary file not shown.
Binary file modified aspects/dotfiles/files/.local/share/autojump/autojump.txt
Binary file not shown.
Binary file modified aspects/dotfiles/files/.local/share/zathura/bookmarks.sqlite
Binary file not shown.
47 changes: 24 additions & 23 deletions aspects/nvim/aspect.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,30 @@
}
},
"packages": {
"nvim": [
"neovim-git",
"xclip",
"gem",
"opam",
"cargo",
"rust-analyzer",
"solang-bin",
"solidity",
"lua-language-server",
"texlab",
"typescript-language-server",
"yaml-language-server",
"vscode-css-languageserver",
"vscode-json-languageserver",
"bash-language-server",
"clangd",
"cssmodules-language-server",
"tailwind-css",
"golangci-lint",
"jdtls",
"r-languageserver"
]
"aur": {
"nvim": [
"neovim-git",
"xclip",
"gem",
"opam",
"cargo",
"rust-analyzer",
"solang-bin",
"lua-language-server",
"texlab",
"typescript-language-server",
"yaml-language-server",
"vscode-css-languageserver",
"vscode-json-languageserver",
"bash-language-server",
"clangd",
"cssmodules-language-server",
"tailwind-css",
"golangci-lint",
"jdtls",
"r-languageserver"
]
}
},
"libraries": {
"python": {
Expand Down
1 change: 0 additions & 1 deletion aspects/nvim/files/.config/nvim/UltiSnips
Submodule UltiSnips deleted from 9cebd4
1 change: 0 additions & 1 deletion aspects/nvim/files/.config/nvim/pythonx
Submodule pythonx deleted from 0b2b0c

0 comments on commit ce6ee5a

Please sign in to comment.