Skip to content

Commit 0a6b737

Browse files
authored
Merge branch 'dev' into fix-symlinks
2 parents 9967252 + e6c1363 commit 0a6b737

File tree

21 files changed

+202
-191
lines changed

21 files changed

+202
-191
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to `HyDE` will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to _Modified_ [CalVer](https://calver.org/). See [Versioning](https://github.com/HyDE-Project/HyDE/blob/master/RELEASE_POLICY.md#versioning-yymq) For more info
66

7+
## v25.8.3 (Unreleased)
8+
9+
### Fixed
10+
11+
- Typos,spelling and and cleanup
12+
713
## v25.8.2
814

915
Big CHANGE in HyDE! We are now using `uwsm` for session management and app2unit for application management.

Configs/.config/fish/config.fish

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ if type -q duf
2222
end
2323
end
2424

25-
# fzf
25+
# fzf
2626
if type -q fzf
27-
fzf --fish | source
27+
fzf --fish | source
2828
for file in ~/.config/fish/functions/fzf/*.fish
2929
source $file
30-
# NOTE: these funtions are built on top of fzf builtin widgets
30+
# NOTE: these functions are built on top of fzf builtin widgets
3131
# they help you navigate through directories and files "Blazingly" fast
3232
# to get help on each one, just type `ff` in terminal and press `TAB`
3333
# keep in mind all of them require an argument to be passed after the alias
@@ -43,26 +43,26 @@ bind_M_n_history
4343

4444

4545
# example integration with bat : <cltr+f>
46-
# bind -M insert \ce '$EDITOR $(fzf --preview="bat --color=always --plain {}")'
46+
# bind -M insert \ce '$EDITOR $(fzf --preview="bat --color=always --plain {}")'
4747

4848

4949
set fish_pager_color_prefix cyan
50-
set fish_color_autosuggestion brblack
50+
set fish_color_autosuggestion brblack
5151

5252
# List Directory
53-
alias c='clear'
54-
alias l='eza -lh --icons=auto'
55-
alias ls='eza -1 --icons=auto'
56-
alias ll='eza -lha --icons=auto --sort=name --group-directories-first'
57-
alias ld='eza -lhD --icons=auto'
58-
alias lt='eza --icons=auto --tree'
59-
alias un='$aurhelper -Rns'
60-
alias up='$aurhelper -Syu'
61-
alias pl='$aurhelper -Qs'
62-
alias pa='$aurhelper -Ss'
63-
alias pc='$aurhelper -Sc'
64-
alias po='$aurhelper -Qtdq | $aurhelper -Rns -'
65-
alias vc='code'
53+
alias c='clear'
54+
alias l='eza -lh --icons=auto'
55+
alias ls='eza -1 --icons=auto'
56+
alias ll='eza -lha --icons=auto --sort=name --group-directories-first'
57+
alias ld='eza -lhD --icons=auto'
58+
alias lt='eza --icons=auto --tree'
59+
alias un='$aurhelper -Rns'
60+
alias up='$aurhelper -Syu'
61+
alias pl='$aurhelper -Qs'
62+
alias pa='$aurhelper -Ss'
63+
alias pc='$aurhelper -Sc'
64+
alias po='$aurhelper -Qtdq | $aurhelper -Rns -'
65+
alias vc='code'
6666
alias fastfetch='fastfetch --logo-type kitty'
6767

6868
# Directory navigation shortcuts

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

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

Configs/.config/hypr/themes/theme.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $GTK_THEME=Catppuccin-Mocha
44
$ICON_THEME = Tela-circle-dracula
55
$COLOR_SCHEME = prefer-dark
66

7-
# Optional: The varibles above will be set automatically when the theme is loaded
7+
# Optional: The variables above will be set automatically when the theme is loaded
88
# This exec commands will soon be deprecated
99

1010

0 commit comments

Comments
 (0)