fix 🐞: Git Config (Pager and Diff)

This commit is contained in:
Ayush Dumasia 2025-05-03 12:50:32 +05:30
parent 6d3f5b4aa3
commit f68f2e5717
7 changed files with 63 additions and 56 deletions

View file

@ -26,15 +26,14 @@
context = 3 context = 3
renames = copies renames = copies
interHunkContext = 10 interHunkContext = 10
[pager]
diff = diff-so-fancy | less --tabs=4 -RFX
# [pager] [diff-so-fancy]
# diff = diff-so-fancy | $PAGER markEmptyLines = true
# [diff-so-fancy]
# markEmptyLines = true
[color "diff"] [color "diff"]
meta = black bold meta = yellow bold
fraq = magenta fraq = magenta
context = white context = white
whitespace = yellow reverse whitespace = yellow reverse

View file

@ -26,7 +26,7 @@ exec-once = wl-paste --type image --watch cliphist store
exec-once = hyprpaper & waybar exec-once = hyprpaper & waybar
exec-once = hypridle exec-once = hypridle
exec-once = [workspace 1] zen-browser exec-once = [workspace 1] zen-browser
exec-once = [workspace 2] [float; size 1000 500] $terminal exec-once = [workspace 2] kitty
@ -74,7 +74,7 @@ decoration {
dim_special = 0.2 dim_special = 0.2
rounding = 6 rounding = 6
active_opacity = 0.95 active_opacity = 1
inactive_opacity = 0.75 inactive_opacity = 0.75
shadow { shadow {

View file

@ -92,7 +92,7 @@
background { background {
monitor = monitor =
path = /home/arcadian/Pictures/Wallpaper/wallpaper60.png path = /home/arcadian/Pictures/Wallpaper/wall2.jpg
# only png supported for now # only png supported for now
} }

View file

@ -3,7 +3,7 @@
set -euo pipefail set -euo pipefail
sudo pacman -S hyprland waybar dunst kitty neovim git wl-clipboard xdg-desktop-portal-hyprland xdg-desktop-portal wofi network-manager-applet brightnessctl pavucontrol tmux rofi yazi firefox pamixer hyprlock grim slurp #sudo pacman -S hyprland waybar dunst kitty neovim git wl-clipboard xdg-desktop-portal-hyprland xdg-desktop-portal wofi network-manager-applet brightnessctl pavucontrol tmux rofi yazi firefox pamixer hyprlock grim slurp
cat << EOF | lolcat cat << EOF | lolcat
_________ __ ____ ___ _________ __ ____ ___
@ -78,6 +78,6 @@ else
echo "JetBrains Nerd Fonts already installed, skipping download." echo "JetBrains Nerd Fonts already installed, skipping download."
fi fi
fc-cache -fv fc-cache -f -v
echo "Setup completed successfully!" echo "Setup completed successfully!"

View file

@ -151,6 +151,7 @@
// "▆▅▄▃▂▁" // 84100% // "▆▅▄▃▂▁" // 84100%
// ] // ]
"default": [ "default": [
"░░░░░░░░░░",
"▓░░░░░░░░░", "▓░░░░░░░░░",
"▓▓░░░░░░░░", "▓▓░░░░░░░░",
"▓▓▓░░░░░░░", "▓▓▓░░░░░░░",

View file

@ -153,6 +153,11 @@ menu,
margin: 0 1px; margin: 0 1px;
} }
#custom-volume {
padding: 0 8px;
/* color: @beige; */
}
#network.speed { #network.speed {
background: @raisin-black; background: @raisin-black;
padding: 0px 6px; padding: 0px 6px;

View file

@ -1,4 +1,6 @@
export ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zinit.git" export ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zinit.git"
#export PATH="$HOME/.local/bin:$PATH"
export PATH=$PATH:/opt/kafka/bin
export PATH=$HOME/.config/rofi/scripts:$PATH export PATH=$HOME/.config/rofi/scripts:$PATH
export STARSHIP_CONFIG=~/.config/starship/starship.toml export STARSHIP_CONFIG=~/.config/starship/starship.toml
export EDITOR=/bin/nvim export EDITOR=/bin/nvim
@ -182,7 +184,7 @@ complete -C '/usr/bin/aws_completer' aws
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH" export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
export PATH="$HOME/.cargo/bin:$PATH" export PATH="$HOME/.cargo/bin:$PATH"
fortune | cowsay #fortune | cowsay
# Todo Manager Alias # Todo Manager Alias
alias todo='~/.todo/todo_tui.sh' alias todo='~/.todo/todo_tui.sh'