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 7, 2024
1 parent 2ae321f commit 270037b
Show file tree
Hide file tree
Showing 16 changed files with 191 additions and 43 deletions.
53 changes: 52 additions & 1 deletion aspects/dotfiles/aspect.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@
},
"packages": {
"aur": {
"autojump": [
"autojump"
],
"awesome": [
"awesome"
],
Expand Down Expand Up @@ -103,6 +106,9 @@
"easytag": [
"easytag"
],
"exa": [
"exa"
],
"GeoGebra": [
"GeoGebra"
],
Expand All @@ -119,6 +125,26 @@
"lf",
"ueberzug"
],
"libraries": [
"npm",
"python-pip"
],
"fcitx": [
"fcitx"
],
"fonts": [
"all-repository-fonts"
],
"xdotool": [
"xdotool"
],
"chrome": [
"google-chrome-stable"
],
"lightdm": [
"lightdm",
"lightdm-gtk-greeter"
],
"lynx": [
"lynx"
],
Expand All @@ -140,9 +166,23 @@
"newsboat": [
"newsboat"
],
"pamixer": [
"pamixer"
],
"pcmanfm": [
"pcmanfm"
],
"picom": [
"picom"
],
"theme": [
"sxiv",
"feh",
"pywal",
"flameshot",
"lxappearance",
"themix-full"
],
"polybar": [
"polybar"
],
Expand All @@ -162,7 +202,11 @@
"sxhdk"
],
"tmux": [
"tmux"
"tmux",
"urlview"
],
"zathura": [
"zathura"
],
"zsh": [
"zsh"
Expand All @@ -172,5 +216,12 @@
"apt": {},
"apt-get": {},
"yum": {}
},
"libraries": {
"python": {
"dotfiles": [
"pyperclip"
]
}
}
}
2 changes: 1 addition & 1 deletion aspects/dotfiles/files/.config/bashtop/bashtop.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#* Color theme, looks for a .theme file in "$HOME/.config/bashtop/themes" and "$HOME/.config/bashtop/user_themes"
#* Should be prefixed with either "themes/" or "user_themes/" depending on location, "Default" for builtin default theme
color_theme="Default"
color_theme="user_themes/bashtop_pywal"

#* Update time in milliseconds, increases automatically if set below internal loops processing time, recommended 2000 ms or above for better sample times for graphs
update_ms="2500"
Expand Down
8 changes: 8 additions & 0 deletions aspects/dotfiles/files/.config/chameleon/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 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:
command:
- "oomox-archdroid-icons-cli /opt/oomox/scripted_colors/xresources/xresources-reverse"
Expand Down
35 changes: 35 additions & 0 deletions aspects/dotfiles/files/.config/chameleon/config.yaml-backup
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
debug: false

oomoxicons:
command:
- "oomox-archdroid-icons-cli /opt/oomox/scripted_colors/xresources/xresources-reverse"
- "sudo rm -rf /usr/share/icons/oomox-xresources-reverse-flat"
- "sudo mv .icons/oomox-xresources-reverse-flat /usr/share/icons"
- "rm -rf .icons"
name: "Oomix Icons"
path: "~/"

oomoxgtk:
command:
- "oomox-cli /opt/oomox/scripted_colors/xresources/xresources-reverse"
- "sudo rm -rf /usr/share/themes/oomox-xresources-reverse"
- "sudo mv .themes/oomox-xresources-reverse /usr/share/themes"
- "rm -rf .themes"
name: "Oomox GTK Theme"
path: "~/"

pywalfox:
command: "pywalfox update"
name: "Firefox"

wal-discord:
command:
- "wal-discord"
- "beautifuldiscord --css ~/.cache/wal-discord/style.css"
name: "Discord"
path: "~/.local/bin"

starttree:
command: "./generate.py"
name: "Start Tree"
path: "~/Documents/start-tree"
2 changes: 1 addition & 1 deletion aspects/dotfiles/files/.config/dunst/dunstrc
3 changes: 3 additions & 0 deletions aspects/dotfiles/files/.config/git/config.temp
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,6 @@
[submodule]
# Added in Git 2.9.0.
fetchJobs = 4

[http]
postBuffer = 524288000
2 changes: 1 addition & 1 deletion aspects/dotfiles/files/.config/rofi/config.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ contastUiColor={color4}
disabledTrayIcon=true
drawColor={color2}
drawThickness=4
savePath=/home/gideon/.screenshots
savePath=/home/singularisart/Documents/screenshots
uiColor={background}
2 changes: 2 additions & 0 deletions aspects/dotfiles/files/.config/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ zsh_add_plugin "zsh-users/zsh-history-substring-search"
# zsh_add_plugin "SingularisArt/docker-completion"
# zsh_add_plugin "hlissner/zsh-autopair"

[[ ! -r "/home/singularisart/.local/share/opam/opam-init/init.zsh" ]] || source "/home/singularisart/.local/share/opam/opam-init/init.zsh" > /dev/null 2> /dev/null

#################
# Completions #
#################
Expand Down
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.
98 changes: 75 additions & 23 deletions aspects/email/aspect.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,86 @@
"templates": {
".config": {
"mbsync/mbsyncrc": [
"email_1", "email_password_1", "email_nickname_1",
"email_2", "email_password_2", "email_nickname_2",
"email_3", "email_password_3", "email_nickname_3",
"email_4", "email_password_4", "email_nickname_4",
"email_5", "email_password_5", "email_nickname_5"
"email_1",
"email_password_1",
"email_nickname_1",
"email_2",
"email_password_2",
"email_nickname_2",
"email_3",
"email_password_3",
"email_nickname_3",
"email_4",
"email_password_4",
"email_nickname_4",
"email_5",
"email_password_5",
"email_nickname_5"
],
"msmtp/config": [
"email_1", "email_1_host", "email_1_port", "email_1_password",
"email_2", "email_2_host", "email_2_port", "email_2_password",
"email_3", "email_3_host", "email_3_port", "email_3_password",
"email_4", "email_4_host", "email_4_port", "email_4_password",
"email_5", "email_5_host", "email_5_port", "email_5_password"
"email_1",
"email_1_host",
"email_1_port",
"email_1_password",
"email_2",
"email_2_host",
"email_2_port",
"email_2_password",
"email_3",
"email_3_host",
"email_3_port",
"email_3_password",
"email_4",
"email_4_host",
"email_4_port",
"email_4_password",
"email_5",
"email_5_host",
"email_5_port",
"email_5_password"
],
"notmuch/config": ["user", "primary_email"]
"notmuch/config": [
"user",
"primary_email"
]
}
},
"packages": {
"abook": [ "abook" ],
"gcalcli": [ "gcalcli" ],
"glow": [ "glow" ],
"goobook": [ "goobook" ],
"imapfilter": [ "imapfilter" ],
"khal": [ "khal" ],
"khard": [ "khard" ],
"neomutt": [ "neomutt" ],
"vdirsyncer": [ "vdirsyncer" ],
"mbsync": [ "isync" ],
"msmtp": [ "msmtp" ],
"notmuch": [ "notmuch" ]
"abook": [
"abook"
],
"gcalcli": [
"gcalcli"
],
"glow": [
"glow"
],
"goobook": [
"goobook"
],
"imapfilter": [
"imapfilter"
],
"khal": [
"khal"
],
"khard": [
"khard"
],
"neomutt": [
"neomutt"
],
"vdirsyncer": [
"vdirsyncer"
],
"mbsync": [
"isync"
],
"msmtp": [
"msmtp"
],
"notmuch": [
"notmuch"
]
}
}
3 changes: 3 additions & 0 deletions aspects/nvim/aspect.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"packages": {
"nvim": [
"neovim-git",
"gem",
"opam",
"cargo",
"rust-analyzer",
"solang-bin",
"solidity",
Expand Down
19 changes: 8 additions & 11 deletions aspects/nvim/files/.config/nvim/lua/modules/lsp/lsp_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ M.formatters = {
-- },

-- Ruby
standardrb = {
options = {
extra_filetypes = { "--fix", "--format", "quiet", "--stderr", "--stdin", "$FILENAME" },
},
},
-- standardrb = {
-- options = {
-- extra_filetypes = { "--fix", "--format", "quiet", "--stderr", "--stdin", "$FILENAME" },
-- },
-- },

-- C++/C
["clang-format"] = {
Expand Down Expand Up @@ -132,8 +132,8 @@ M.formatters = {
-- Yaml
"yamlfmt",

-- Ocaml
"ocamlformat",
-- -- Ocaml
-- "ocamlformat",

-- JSON
"fixjson",
Expand Down Expand Up @@ -207,9 +207,6 @@ M.linters = {
"phpcs",
"phpmd",

-- Ruby
"standardrb",

-- Yaml
"actionlint",
"yamllint",
Expand All @@ -230,7 +227,7 @@ M.linters = {
"ktlint",

-- Ruby
"rubocop",
-- "rubocop",

-- Bash
"shellcheck",
Expand Down
4 changes: 0 additions & 4 deletions unsafe-permissions.sh

This file was deleted.

0 comments on commit 270037b

Please sign in to comment.