mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-10 01:18:06 +01:00
some more things
This commit is contained in:
parent
ad44ae4235
commit
6a599b660f
3 changed files with 35 additions and 5 deletions
|
@ -447,7 +447,7 @@
|
||||||
"saveZoomValues": true,
|
"saveZoomValues": true,
|
||||||
"preventCarouselFromClosingOnClick": true,
|
"preventCarouselFromClosingOnClick": true,
|
||||||
"invertScroll": true,
|
"invertScroll": true,
|
||||||
"zoom": 1,
|
"zoom": 2.005365853658537,
|
||||||
"size": 100,
|
"size": 100,
|
||||||
"zoomSpeed": 0.27926829268292686,
|
"zoomSpeed": 0.27926829268292686,
|
||||||
"nearestNeighbour": false,
|
"nearestNeighbour": false,
|
||||||
|
@ -470,7 +470,22 @@
|
||||||
"showWarning": true,
|
"showWarning": true,
|
||||||
"hideTimestamps": false,
|
"hideTimestamps": false,
|
||||||
"hideBlockedUsers": true,
|
"hideBlockedUsers": true,
|
||||||
"token": "rdb.7vVqzwfVUDsiBQv5wD5/Qh5MG9u9J1JRdqaHeCmtwKf4HwlADYZXXx8BHcJ9SQ5Yfl7logO172onHD9wprweZQ"
|
"token": "rdb.7vVqzwfVUDsiBQv5wD5/Qh5MG9u9J1JRdqaHeCmtwKf4HwlADYZXXx8BHcJ9SQ5Yfl7logO172onHD9wprweZQ",
|
||||||
|
"user": {
|
||||||
|
"ID": 12354,
|
||||||
|
"discordID": "525316393768452098",
|
||||||
|
"username": "xhyrom",
|
||||||
|
"profilePhoto": "https://cdn.discordapp.com/avatars/525316393768452098/c3a852b3f9b371f9140e42984cbc80e9.png?size=128",
|
||||||
|
"clientMods": [
|
||||||
|
"vencord"
|
||||||
|
],
|
||||||
|
"warningCount": 0,
|
||||||
|
"badges": [],
|
||||||
|
"banInfo": null,
|
||||||
|
"lastReviewID": 396589,
|
||||||
|
"type": 0
|
||||||
|
},
|
||||||
|
"reviewsDropdownState": true
|
||||||
},
|
},
|
||||||
"SendTimestamps": {
|
"SendTimestamps": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
|
@ -487,7 +502,9 @@
|
||||||
"voiceBackground": true
|
"voiceBackground": true
|
||||||
},
|
},
|
||||||
"ShowConnections": {
|
"ShowConnections": {
|
||||||
"enabled": true
|
"enabled": true,
|
||||||
|
"iconSpacing": 1,
|
||||||
|
"iconSize": 32
|
||||||
},
|
},
|
||||||
"TextReplace": {
|
"TextReplace": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
|
@ -508,7 +525,9 @@
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"PermissionsViewer": {
|
"PermissionsViewer": {
|
||||||
"enabled": true
|
"enabled": true,
|
||||||
|
"permissionsSortOrder": 0,
|
||||||
|
"defaultPermissionsDropdownState": false
|
||||||
},
|
},
|
||||||
"Party mode 🎉": {
|
"Party mode 🎉": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
|
@ -557,6 +576,6 @@
|
||||||
"authenticated": true,
|
"authenticated": true,
|
||||||
"url": "https://api.vencord.dev/",
|
"url": "https://api.vencord.dev/",
|
||||||
"settingsSync": true,
|
"settingsSync": true,
|
||||||
"settingsSyncVersion": 1692704396074
|
"settingsSyncVersion": 1692787884974
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,3 +1,6 @@
|
||||||
|
/** Show original links when using masked links **/
|
||||||
|
@import url(https://minidiscordthemes.github.io/Snippets/ShowOriginalLink/ShowOriginalLink.css);
|
||||||
|
|
||||||
/** Discord 11 + windows 11 emojis */
|
/** Discord 11 + windows 11 emojis */
|
||||||
@import url(https://zuzumi-f.github.io/Discord-11/base.css);
|
@import url(https://zuzumi-f.github.io/Discord-11/base.css);
|
||||||
@import url(https://zuzumi-f.github.io/Discord-11/release/font/windows11font.css);
|
@import url(https://zuzumi-f.github.io/Discord-11/release/font/windows11font.css);
|
||||||
|
|
8
.zshrc
8
.zshrc
|
@ -120,3 +120,11 @@ export PATH="$ZIGD_HOME:$PATH"
|
||||||
export PNPM_HOME="/home/hyro/.local/share/pnpm"
|
export PNPM_HOME="/home/hyro/.local/share/pnpm"
|
||||||
export PATH="$PNPM_HOME:$PATH"
|
export PATH="$PNPM_HOME:$PATH"
|
||||||
# pnpm end
|
# pnpm end
|
||||||
|
|
||||||
|
# bun
|
||||||
|
# completions
|
||||||
|
[ -s "/home/hyro/.bun/_bun" ] && source "/home/hyro/.bun/_bun"
|
||||||
|
|
||||||
|
export BUN_INSTALL="$HOME/.bun"
|
||||||
|
export PATH="$BUN_INSTALL/bin:$PATH"
|
||||||
|
# bun end
|
||||||
|
|
Loading…
Reference in a new issue