mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 15:21:09 +00:00
5 lines
123 B
Bash
Executable File
5 lines
123 B
Bash
Executable File
#!/usr/bin/env bash
|
|
THIS_DIR=$(dirname $(readlink -f $0))
|
|
|
|
env PKG=lunarvim alacritty -e "$THIS_DIR/nvim-distro.sh" "$@" &
|