From 06d1242317f7159ccf3014f0a1480e7c56236ebb Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Sun, 4 Jan 2026 21:28:36 -0500 Subject: add all sorts of things --- bash/dot-config/shellshort/bm-dirs | 0 bash/dot-config/shellshort/bm-files | 5 +++++ bash/dot-config/shellshort/shortcutrc | 6 ++++++ 3 files changed, 11 insertions(+) create mode 100644 bash/dot-config/shellshort/bm-dirs create mode 100644 bash/dot-config/shellshort/bm-files create mode 100644 bash/dot-config/shellshort/shortcutrc (limited to 'bash/dot-config/shellshort') diff --git a/bash/dot-config/shellshort/bm-dirs b/bash/dot-config/shellshort/bm-dirs new file mode 100644 index 0000000..e69de29 diff --git a/bash/dot-config/shellshort/bm-files b/bash/dot-config/shellshort/bm-files new file mode 100644 index 0000000..4e2b76d --- /dev/null +++ b/bash/dot-config/shellshort/bm-files @@ -0,0 +1,5 @@ +cala $XDG_CONFIG_HOME/alacritty/alacritty.toml +cgho $XDG_CONFIG_HOME/ghostty/config +cvim $XDG_CONFIG_HOME/nvim/init.lua +chy $XDG_CONFIG_HOME/hypr/hyprland.conf +cway $XDG_CONFIG_HOME/waybar/config.jsonc diff --git a/bash/dot-config/shellshort/shortcutrc b/bash/dot-config/shellshort/shortcutrc new file mode 100644 index 0000000..1eebef3 --- /dev/null +++ b/bash/dot-config/shellshort/shortcutrc @@ -0,0 +1,6 @@ +# vim: filetype=sh +alias cala="$EDITOR /home/moreka/.config/alacritty/alacritty.toml" \ +cgho="$EDITOR /home/moreka/.config/ghostty/config" \ +cvim="$EDITOR /home/moreka/.config/nvim/init.lua" \ +chy="$EDITOR /home/moreka/.config/hypr/hyprland.conf" \ +cway="$EDITOR /home/moreka/.config/waybar/config.jsonc" \ -- cgit v1.2.3-71-gdd5e