Moving to XDG Standard

This commit is contained in:
js0ny 2024-10-30 17:30:40 +00:00
parent dc7611825a
commit fedb6ded02
5 changed files with 14 additions and 3 deletions

View file

@ -1 +0,0 @@
auto_activate_base: false

View file

@ -0,0 +1,5 @@
# ~/.config/conda/condarc.yaml
# New-Item -ItemType SymbolicLink -Path ~\.config\conda\.condarc -Target ~\.dotfiles\.config\conda\condarc.yaml
# mkdir -p ~/.config/conda/ && ln -s ~/.dotfiles/.config/conda/condarc.yaml ~/.config/conda/.condarc
# Reference: https://docs.conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html
auto_activate_base: false

3
.npmrc
View file

@ -1 +1,4 @@
# ~/.npmrc
# New-Item -ItemType SymbolicLink -Path ~\.npmrc -Target ~\.dotfiles\.npmrc
# ln -s ~/.dotfiles/.npmrc ~/.npmrc
# registry=https://registry.npmmirror.com # registry=https://registry.npmmirror.com

View file

@ -1,6 +1,8 @@
" Put this in ~/.vscode.vimrc " ~/.config/vscode/vscode.vimrc
" New-Item -ItemType SymbolicLink -Path ~\.config\vscode\vscode.vimrc -Target ~\.dotfiles\vscode\vscode.vimrc
" mkdir -p ~/.config/vscode && ln -s ~/.config/vscode/vscode.vimrc ~/.vimrc
" And go to vscode vim setting: " And go to vscode vim setting:
"vim.vimrc.path": "$HOME/.vscode.vimrc", "vim.vimrc.path": "$HOME/.config/vscode/vscode.vimrc",
" Word wrap " Word wrap
noremap n gj noremap n gj

View file

@ -1,3 +1,5 @@
# ~/.wslconfig
# New-Item -ItemType SymbolicLink -Path ~\.wslconfig -Target ~\.dotfiles\win\.wslconfig
[wsl2] [wsl2]
networkingMode=mirrored networkingMode=mirrored
dnsTunneling=true dnsTunneling=true