update wk & alacritty config

This commit is contained in:
arnaucube
2023-07-21 21:55:40 +02:00
parent 471bc31a87
commit 9c970338ba
2 changed files with 20 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
# available, otherwise `xterm-256color` is used.
#TERM: alacritty
#window:
window:
# Window dimensions (changes require restart)
#
# Number of lines/columns (not pixels) in the terminal. The number of columns
@@ -50,7 +50,8 @@
# y: 0
# Spread additional padding evenly around the terminal content.
#dynamic_padding: false
# dynamic_padding: false
dynamic_padding: false
# Window decorations
#
@@ -150,7 +151,7 @@ font:
#style: Bold Italic
# Point size
size: 9.0
size: 6.5
# Offset is the extra space around each character. `offset.y` can be thought
# of as modifying the line spacing, and `offset.x` as modifying the letter

17
bin/wk
View File

@@ -1,3 +1,18 @@
#!/bin/bash
nvim -c "VimwikiIndex"
: '
Needs PlugInstall installed in the custom path:
XDG_DATA_HOME="$HOME/.config/nvim-wiki"; echo $XDG_DATA_HOME; \
sh -c 'curl -fLo $XDG_DATA_HOME/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
'
# PROFILE_DIR="$HOME/.config/nvim-wiki"
# echo $PROFILE_DIR
# XDG_CONFIG_HOME="$PROFILE_DIR" XDG_DATA_HOME="$PROFILE_DIR" XDG_CACHE_HOME="$PROFILE_DIR" nvim -u $PROFILE_DIR/init.vim
# -c "VimwikiIndex"
# nvim -c "set runtimepath=~/.config/nvim-wiki"
vim -c "VimwikiIndex"