mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-12 18:28:07 +01:00
update
This commit is contained in:
parent
d3f03a9a0d
commit
897e39a4a1
3 changed files with 29 additions and 8 deletions
|
@ -19,7 +19,7 @@
|
|||
"enabled": false
|
||||
},
|
||||
"AnonymiseFileNames": {
|
||||
"enabled": false
|
||||
"enabled": true
|
||||
},
|
||||
"BadgeAPI": {
|
||||
"enabled": true
|
||||
|
@ -67,7 +67,9 @@
|
|||
"closeAllFolders": false,
|
||||
"closeAllHomeButton": false,
|
||||
"closeOthers": false,
|
||||
"forceOpen": false
|
||||
"forceOpen": false,
|
||||
"showFolderIcon": 1,
|
||||
"keepIcons": false
|
||||
},
|
||||
"BetterGifAltText": {
|
||||
"enabled": false
|
||||
|
@ -328,7 +330,7 @@
|
|||
"enabled": true,
|
||||
"useDevIcon": "GREYSCALE",
|
||||
"theme": "https://raw.githubusercontent.com/shikijs/shiki/0b28ad8ccfbf2615f2d9d38ea8255416b8ac3043/packages/shiki/themes/dark-plus.json",
|
||||
"tryHljs": "ALWAYS",
|
||||
"tryHljs": "PRIMARY",
|
||||
"bgOpacity": 100,
|
||||
"customTheme": "https://raw.githubusercontent.com/ajorgensen/vscode-nightfox/all-themes/themes/carbonfox-dark-theme.json"
|
||||
},
|
||||
|
@ -449,7 +451,7 @@
|
|||
"preventCarouselFromClosingOnClick": true,
|
||||
"invertScroll": true,
|
||||
"zoom": 1,
|
||||
"size": 100,
|
||||
"size": 50,
|
||||
"zoomSpeed": 0.27926829268292686,
|
||||
"nearestNeighbour": false,
|
||||
"square": false
|
||||
|
@ -599,6 +601,9 @@
|
|||
},
|
||||
"NoTypingAnimation": {
|
||||
"enabled": false
|
||||
},
|
||||
"SuperReactionTweaks": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
|
@ -611,6 +616,6 @@
|
|||
"authenticated": true,
|
||||
"url": "https://api.vencord.dev/",
|
||||
"settingsSync": true,
|
||||
"settingsSyncVersion": 1698426449082
|
||||
"settingsSyncVersion": 1700750914881
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# See how to configure Vinegar on the documentation website:
|
||||
# https://vinegarhq.github.io/Configuration
|
||||
wineroot = "/home/hyro/.local/share/lutris/runners/wine/lutris-GE-Proton8-13-x86_64"
|
||||
wineroot = "/home/hyro/.local/share/lutris/runners/wine/lutris-GE-Proton8-15-x86_64"
|
||||
|
||||
[env]
|
||||
WINEFSYNC = "1"
|
||||
|
@ -14,7 +14,14 @@ DXVK_ENABLE_NVAPI="1"
|
|||
WINEDLLOVERRIDES="d3d10core,d3d11,d3d12,d3d12core,d3d9,d3dcompiler_33,d3dcompiler_34,d3dcompiler_35,d3dcompiler_36,d3dcompiler_37,d3dcompiler_38,d3dcompiler_39,d3dcompiler_40,d3dcompiler_41,d3dcompiler_42,d3dcompiler_43,d3dcompiler_46,d3dcompiler_47,d3dx10,d3dx10_33,d3dx10_34,d3dx10_35,d3dx10_36,d3dx10_37,d3dx10_38,d3dx10_39,d3dx10_40,d3dx10_41,d3dx10_42,d3dx10_43,d3dx11_42,d3dx11_43,d3dx9_24,d3dx9_25,d3dx9_26,d3dx9_27,d3dx9_28,d3dx9_29,d3dx9_30,d3dx9_31,d3dx9_32,d3dx9_33,d3dx9_34,d3dx9_35,d3dx9_36,d3dx9_37,d3dx9_38,d3dx9_39,d3dx9_40,d3dx9_41,d3dx9_42,d3dx9_43,dxgi,nvapi,nvapi64=n;winemenubuilder="
|
||||
WINE_LARGE_ADDRESS_AWARE="1"
|
||||
|
||||
[global]
|
||||
#dxvk = false
|
||||
#renderer = "Vulkan"
|
||||
|
||||
[player]
|
||||
channel = "zavatarteam2"
|
||||
renderer = "Vulkan"
|
||||
dxvk = true
|
||||
renderer = "Vulkan"
|
||||
channel = "live"
|
||||
|
||||
[studio]
|
||||
#dxvk = false
|
||||
|
|
9
.zshrc
9
.zshrc
|
@ -131,3 +131,12 @@ esac
|
|||
export BUN_INSTALL="$HOME/.bun"
|
||||
export PATH="$BUN_INSTALL/bin:$PATH"
|
||||
# bun end
|
||||
|
||||
# ruby
|
||||
export RUBY_INSTALL="$HOME/.local/share/gem/ruby/3.0.0/bin"
|
||||
export PATH="$RUBY_INSTALL:$PATH"
|
||||
# ruby end
|
||||
|
||||
# python virtual env
|
||||
export PYTHON_INSTALL="$HOME/.local/share/python-venv/bin"
|
||||
export PATH="$PYTHON_INSTALL:$PATH"
|
||||
|
|
Loading…
Reference in a new issue