aboutsummaryrefslogtreecommitdiff
path: root/bash/dot-config/shellshort
diff options
context:
space:
mode:
Diffstat (limited to 'bash/dot-config/shellshort')
-rw-r--r--bash/dot-config/shellshort/bm-dirs0
-rw-r--r--bash/dot-config/shellshort/bm-files5
-rw-r--r--bash/dot-config/shellshort/shortcutrc6
3 files changed, 11 insertions, 0 deletions
diff --git a/bash/dot-config/shellshort/bm-dirs b/bash/dot-config/shellshort/bm-dirs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/bash/dot-config/shellshort/bm-dirs
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" \