mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Use XDG Standard
This commit is contained in:
parent
270d7a9de8
commit
fbe6495c85
17 changed files with 115 additions and 39 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# ~/.config/neovide/config.toml
|
||||
# ln -sf ~/.dotfiles/mac/neovide.toml ~/.config/neovide/config.toml
|
||||
# $XDG_CONFIG_HOME/neovide/config.toml
|
||||
# ln -sf $DOTFILES/mac/neovide.toml $XDG_CONFIG_HOME/neovide/config.toml
|
||||
# New-Item -ItemType SymbolicLink -Path $Env:XDG_CONFIG_HOME/neovide/config.toml -Value $DOTFILES\mac\neovide.toml (Mac)
|
||||
# https://neovide.dev/config-file.html?highlight=toml#config-file
|
||||
fork = false
|
||||
frame = "full"
|
||||
idle = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue