mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Moving to XDG Standard
This commit is contained in:
parent
dc7611825a
commit
fedb6ded02
5 changed files with 14 additions and 3 deletions
1
.condarc
1
.condarc
|
|
@ -1 +0,0 @@
|
|||
auto_activate_base: false
|
||||
5
.config/conda/condarc.yaml
Normal file
5
.config/conda/condarc.yaml
Normal 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
3
.npmrc
|
|
@ -1 +1,4 @@
|
|||
# ~/.npmrc
|
||||
# New-Item -ItemType SymbolicLink -Path ~\.npmrc -Target ~\.dotfiles\.npmrc
|
||||
# ln -s ~/.dotfiles/.npmrc ~/.npmrc
|
||||
# registry=https://registry.npmmirror.com
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
"vim.vimrc.path": "$HOME/.vscode.vimrc",
|
||||
"vim.vimrc.path": "$HOME/.config/vscode/vscode.vimrc",
|
||||
|
||||
" Word wrap
|
||||
noremap n gj
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# ~/.wslconfig
|
||||
# New-Item -ItemType SymbolicLink -Path ~\.wslconfig -Target ~\.dotfiles\win\.wslconfig
|
||||
[wsl2]
|
||||
networkingMode=mirrored
|
||||
dnsTunneling=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue