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
fbe6495c85
commit
68892183bc
8 changed files with 17 additions and 12 deletions
|
|
@ -1,6 +1,6 @@
|
|||
" ~/.config/vscode/vscode.vimrc
|
||||
" $XDG_CONFIG_HOME/vscode/vscode.vimrc
|
||||
" New-Item -ItemType SymbolicLink -Path ~\.config\vscode\vscode.vimrc -Target ~\.dotfiles\vscode\vscode.vimrc
|
||||
" ln -sf $DOTFILES/vscode/vscode.vimrc ~/.config/vscode/vscode.vimrc
|
||||
" ln -sf $DOTFILES/vscode/vscode.vimrc $XDG_CONFIG_HOME/vscode/vscode.vimrc
|
||||
" And go to vscode vim setting:
|
||||
"vim.vimrc.path": "$HOME/.config/vscode/vscode.vimrc",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue