mirror of https://github.com/harish2704/dotFiles
4 changed files with 14 additions and 2 deletions
@ -1,2 +1,3 @@ |
|||
#!/usr/bin/env bash |
|||
/usr/bin/chromium-browser --password-store=kwallet5 --force-device-scale-factor=1.25 "$@" |
|||
# --force-device-scale-factor=1.25 |
|||
/usr/bin/chromium-browser --password-store=kwallet5 "$@" |
|||
|
@ -0,0 +1,10 @@ |
|||
#!/usr/bin/env bash |
|||
THIS_DIR=$(dirname $(readlink -f $0)) |
|||
|
|||
export NVIM_APPNAME="lvim" |
|||
export LUNARVIM_RUNTIME_DIR="$THIS_DIR/lunarvim/share/lvim" |
|||
export LUNARVIM_CONFIG_DIR="$THIS_DIR/lunarvim/nvim" |
|||
export LUNARVIM_CACHE_DIR="$THIS_DIR/lunarvim/cache" |
|||
export LUNARVIM_BASE_DIR="$THIS_DIR/lunarvim/LunarVim" |
|||
|
|||
nvim -u "$LUNARVIM_BASE_DIR/init.lua" "$@" |
Loading…
Reference in new issue