mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 04:26:41 +01:00
update wk & alacritty config
This commit is contained in:
@@ -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
17
bin/wk
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user