Skip to content

Commit e5859cc

Browse files
github-actions[bot]prime-runkRHYME7Prof-Shiba
authored
chore(dev):Promote dev to master (#537)
* add necessary Vim config (#533) * add necessary Vim config * feat: source HyDE configs and Added wallbash theme instead * Correct psv file --------- Co-authored-by: Khing <[email protected]> * fix (deploy): vim path * emty * boop * empty * empty * refactor(zsh): Prompts spawned instantly by lazy loading plugins. CONS: click enter to initiate all like history etc, * refactor(zsh): Use xdg-user-dirs * fix(zsh): separate persistent aliases * fix(zsh): handle if not on hyprland * fix (scripts) : handler if on tty * docs: remove extra space (#541) * fix(zsh): history file for zsh // fixes history not loaded on startup * Fix hyprland keybinds (#543) * fix hypr keybinds * add <alt-t> to KEYBINDINGS.md * fix NOTE in KEYBINDINGS.md * window -> focus * Minor modifications to fish and starship configs (#544) * minor modifications to fish config * fix nerd icons in starship config * fix (zsh): fix history due to instant prompt. * fix (zsh): f * fix(zsh):properly handle package manager * feat(rofi): Added calculator * fix: zoom --step * fix(starship): prompt is off 3 new lines --------- Co-authored-by: prime-run <[email protected]> Co-authored-by: Khing <[email protected]> Co-authored-by: ProfShiba <[email protected]>
1 parent 0737cb5 commit e5859cc

File tree

15 files changed

+1330
-203
lines changed

15 files changed

+1330
-203
lines changed

Configs/.config/fish/config.fish

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@ set -g fish_greeting
22

33
source ~/.config/fish/hyde_config.fish
44

5-
if status is-interactive
5+
if type -q starship
66
starship init fish | source
7+
set -gx STARSHIP_CACHE $XDG_CACHE_HOME/starship
8+
set -gx STARSHIP_CONFIG $XDG_CONFIG_HOME/starship/starship.toml
79
end
810

11+
set fish_pager_color_prefix cyan
12+
set fish_color_autosuggestion brblack
13+
914
# List Directory
1015
alias l='eza -lh --icons=auto' # long list
1116
alias ls='eza -1 --icons=auto' # short list

Configs/.config/hyde/wallbash/always/vim.dcol

Lines changed: 495 additions & 0 deletions
Large diffs are not rendered by default.

Configs/.config/hypr/keybindings.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $d=[$wm]
2929
bindd = $mainMod, Q, $d close focused window, exec, $scrPath/dontkillsteam.sh
3030
bindd = Alt, F4, $d close focused window, exec, $scrPath/dontkillsteam.sh
3131
bindd = $mainMod, Delete, $d kill hyprland session, exit
32-
bindd = $mainMod, W, $d toggle float, togglefloating, #
32+
bindd = $mainMod, W, $d Toggle floating, exec, hyprctl --batch "dispatch togglefloating; dispatch resizeactive exact 95% 95%; dispatch centerwindow"
3333
bindd = $mainMod, G, $d toggle group, togglegroup
3434
bindd = Shift, F11, $d toggle fullscreen, fullscreen
3535
bindd = $mainMod, L, $d lock screen, exec, lockscreen.sh
@@ -47,7 +47,7 @@ bindd = $mainMod, Left, $d focus left, movefocus, l
4747
bindd = $mainMod, Right, $d focus right , movefocus, r
4848
bindd = $mainMod, Up, $d focus up , movefocus, u
4949
bindd = $mainMod, Down , $d focus down, movefocus, d
50-
# bindd = Alt, TAB, $d focus , movefocus, d,
50+
bindd = ALT, Tab,$d Cycle focus, cyclenext
5151

5252
$d=[$wm|Resize Active Window]
5353
# Resize windows

Configs/.config/starship/starship.toml

Lines changed: 79 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ format = """\
44
󰣇 \
55
$directory\
66
$git_branch$git_commit$git_state $git_status\
7-
$character\n\n\n
7+
$character\n
88
"""
99
right_format = """
1010
$singularity\
1111
$kubernetes\
1212
$vcsh\
1313
$hg_branch\
1414
$pijul_channel\
15-
$docker_context\
1615
$c\
1716
$cmake\
1817
$cobol\
@@ -93,142 +92,139 @@ continuation_prompt = '▶▶ '
9392
# error_symbol = "[ ➤ ]($bold fg:#fb4934)"
9493

9594
[directory]
96-
disabled = false
97-
format = "[$path](bold fg:#8be9fd)"
98-
truncate_to_repo = false
99-
# home_symbol = ""
95+
disabled = false
96+
format = "[$path](bold fg:#8be9fd)"
97+
truncate_to_repo = false
98+
# home_symbol = ""
10099

101100
[git_branch]
102-
format = " [  $branch](fg:#9198a1)"
101+
format = " [  $branch](fg:#9198a1)"
103102

104103
[git_status]
105-
ahead = '⇡${count}'
106-
behind = '⇣${count}'
107-
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
108-
format = '[[( $all_status$ahead_behind )](fg:#769ff0)]($style)'
109-
style = "bg:#394260"
104+
ahead = '⇡${count}'
105+
behind = '⇣${count}'
106+
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
107+
format = '[[( $all_status$ahead_behind )](fg:#769ff0)]($style)'
108+
style = "bg:#394260"
110109

111110

112111
[time]
113-
disabled = false
114-
format = '[[  $time ](fg:#a0a9cb )]($style)'
115-
time_format = "%R" # Hour:Minute Format
112+
disabled = false
113+
format = '[[  $time ](fg:#a0a9cb )]($style)'
114+
time_format = "%R" # Hour:Minute Format
116115

117116
[deno]
118-
format = " [deno](italic) [ $version](green bold)"
119-
version_format = "${raw}"
117+
format = " [deno](italic) [ $version](green bold)"
118+
version_format = "${raw}"
120119

121120
[lua]
122-
format = " [lua](italic) [${symbol}${version}]($style)"
123-
style = "bold bright-yellow"
124-
symbol = ""
125-
version_format = "${raw}"
121+
format = " [lua](italic) [${symbol}${version}]($style)"
122+
style = "bold bright-yellow"
123+
symbol = ""
124+
version_format = "${raw}"
126125

127126
[nodejs]
128-
detect_extensions = []
129-
detect_files = ["package-lock.json", "yarn.lock"]
130-
detect_folders = ["node_modules"]
131-
format = " [node](italic) [◫ ](bold bright-green)"
132-
version_format = "${raw}"
127+
detect_extensions = [ ]
128+
detect_files = [ "package-lock.json", "yarn.lock" ]
129+
detect_folders = [ "node_modules" ]
130+
format = "[ ](bold bright-green)"
131+
version_format = "${raw}"
133132

134133
[python]
135-
format = " [py](italic) [${symbol}${version}]($style)"
136-
style = "bold bright-yellow"
137-
symbol = "[](bold bright-blue)⌊ "
138-
version_format = "${raw}"
134+
format = " [py](italic) [${symbol}${version}]($style)"
135+
style = "bold bright-yellow"
136+
symbol = "[](bold bright-blue)⌊ "
137+
version_format = "${raw}"
139138

140139
[ruby]
141-
format = " [rb](italic) [${symbol}${version}]($style)"
142-
style = "bold red"
143-
symbol = " "
144-
version_format = "${raw}"
140+
format = " [rb](italic) [${symbol}${version}]($style)"
141+
style = "bold red"
142+
symbol = " "
143+
version_format = "${raw}"
145144

146145
[rust]
147-
format = " rs $symbol"
148-
symbol = ""
146+
format = " rs $symbol"
147+
symbol = ""
149148

150149
[swift]
151-
format = " [sw](italic) [${symbol}${version}]($style)"
152-
style = "bold bright-red"
153-
symbol = " "
154-
version_format = "${raw}"
150+
format = " [sw](italic) [${symbol}${version}]($style)"
151+
style = "bold bright-red"
152+
symbol = " "
153+
version_format = "${raw}"
155154

156155
[aws]
157-
disabled = true
158-
format = " [aws](italic) [$symbol $profile $region]($style)"
159-
style = "bold blue"
160-
symbol = " "
156+
disabled = true
157+
format = " [aws](italic) [$symbol $profile $region]($style)"
158+
style = "bold blue"
159+
symbol = " "
161160

162161
[buf]
163-
format = " [buf](italic) [$symbol $version $buf_version]($style)"
164-
symbol = ""
162+
format = " [buf](italic) [$symbol $version $buf_version]($style)"
163+
symbol = ""
165164

166165
[c]
167-
format = " [$symbol($version(-$name))]($style)"
168-
symbol = ""
166+
format = " [$symbol($version(-$name))]($style)"
167+
symbol = ""
169168

170169
[conda]
171-
format = " conda [$symbol$environment]($style)"
172-
symbol = ""
170+
format = " conda [$symbol$environment]($style)"
171+
symbol = ""
173172

174173
[dart]
175-
format = " dart [$symbol($version )]($style)"
176-
symbol = "◁◅ "
174+
format = " dart [$symbol($version )]($style)"
175+
symbol = " "
177176

178-
[docker_context]
179-
format = " docker [$symbol$context]($style)"
180-
symbol = ""
181177

182178
[elixir]
183-
format = " exs [$symbol $version OTP $otp_version ]($style)"
184-
symbol = " "
179+
format = " exs [$symbol $version OTP $otp_version ]($style)"
180+
symbol = " "
185181

186182
[elm]
187-
format = " elm [$symbol($version )]($style)"
188-
symbol = ""
183+
format = " elm [$symbol($version )]($style)"
184+
symbol = ""
189185

190186
[golang]
191-
format = " go [$symbol($version )]($style)"
192-
symbol = ""
187+
format = " go [$symbol($version )]($style)"
188+
symbol = ""
193189

194190
[haskell]
195-
format = " hs [$symbol($version )]($style)"
196-
symbol = "❯λ "
191+
format = " hs [$symbol($version )]($style)"
192+
symbol = "❯λ "
197193

198194
[java]
199-
format = " java [${symbol}(${version} )]($style)"
200-
symbol = " "
195+
format = " java [${symbol}(${version} )]($style)"
196+
symbol = " "
201197

202198
[julia]
203-
format = " jl [$symbol($version )]($style)"
204-
symbol = ""
199+
format = " jl [$symbol($version )]($style)"
200+
symbol = ""
205201

206202
[memory_usage]
207-
format = " mem [${ram}( ${swap})]($style)"
208-
symbol = "▪▫▪ "
203+
format = " mem [${ram}( ${swap})]($style)"
204+
symbol = "▪▫▪ "
209205

210206
[nim]
211-
format = " nim [$symbol($version )]($style)"
212-
symbol = "▴▲▴ "
207+
format = " nim [$symbol($version )]($style)"
208+
symbol = "▴▲▴ "
213209

214210
[nix_shell]
215-
format = '[$symbol nix⎪$state⎪]($style) [$name](italic dimmed white)'
216-
impure_msg = '[⌽](bold dimmed red)'
217-
pure_msg = '[⌾](bold dimmed green)'
218-
style = 'bold italic dimmed blue'
219-
symbol = ''
220-
unknown_msg = '[◌](bold dimmed ellow)'
211+
format = '[$symbol nix⎪$state⎪]($style) [$name](italic dimmed white)'
212+
impure_msg = '[⌽](bold dimmed red)'
213+
pure_msg = '[⌾](bold dimmed green)'
214+
style = 'bold italic dimmed blue'
215+
symbol = ''
216+
unknown_msg = '[◌](bold dimmed ellow)'
221217

222218
[spack]
223-
format = " spack [$symbol$environment]($style)"
224-
symbol = ""
219+
format = " spack [$symbol$environment]($style)"
220+
symbol = ""
225221

226222

227223
[zig]
228-
format = " zig [$symbol]($style)"
229-
symbol = ""
224+
format = " zig [$symbol]($style)"
225+
symbol = ""
230226

231227

232228
[scala]
233-
format = " scala [$symbol]($style)"
234-
symbol = ""
229+
format = " scala [$symbol]($style)"
230+
symbol = ""

0 commit comments

Comments
 (0)