Author SHA1 Message Date
dependabot[bot]andGitHub 58faf51840 Bump ip from 1.1.8 to 1.1.9 in /home/.node_modules_mine
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
- [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-22 06:56:54 +00:00
6 changed files with 4252 additions and 4264 deletions
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
export HISTSIZE=10000
export HISTFILE=$PWD/.bash_history
export HISTCONTROL=erasedups
if [[ $1 == '-n' ]]; then
konsole &
+1 -2
View File
@@ -1,3 +1,2 @@
#!/usr/bin/env bash
# --force-device-scale-factor=1.25
/usr/bin/chromium-browser --password-store=kwallet5 "$@"
/usr/bin/chromium-browser --password-store=kwallet5 --force-device-scale-factor=1.25 "$@"
@@ -22,7 +22,7 @@ lvim.format_on_save = {
lvim.leader = "space"
-- add your own keymapping
lvim.keys.normal_mode["<C-s>"] = ":w<cr>"
lvim.keys.normal_mode['<C-p>'] = ":Telescope fd<CR>"
lvim.keys.normal_mode['<C-p>'] = ":Telescope find_files<CR>"
-- lvim.keys.normal_mode["<S-l>"] = ":BufferLineCycleNext<CR>"
-- lvim.keys.normal_mode["<S-h>"] = ":BufferLineCyclePrev<CR>"
-10
View File
@@ -1,10 +0,0 @@
#!/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" "$@"
Binary file not shown.
File diff suppressed because it is too large Load Diff