add: syncalicious

This commit is contained in:
Marsway 2025-04-21 21:00:59 +08:00
parent 470a2ed5fe
commit 20b8058ca8
87 changed files with 124 additions and 108 deletions

View File

@ -1,7 +1,7 @@
source /Users/marsway/.vvconfig/.aliases/crack.sh
source /Users/marsway/.vvconfig/.aliases/edit.sh
source /Users/marsway/.vvconfig/.aliases/git.sh
source /Users/marsway/.vvconfig/.aliases/mc.sh
source /Users/marsway/.vvconfig/.aliases/quickpath.sh
source /Users/marsway/.vvconfig/.aliases/quickssh.sh
source /Users/marsway/.vvconfig/.aliases/scripts.sh
source /Users/marsway/Library/CloudStorage/OneDrive-个人/Documents/.vvconfig/.aliases/crack.sh
source /Users/marsway/Library/CloudStorage/OneDrive-个人/Documents/.vvconfig/.aliases/editor.sh
source /Users/marsway/Library/CloudStorage/OneDrive-个人/Documents/.vvconfig/.aliases/git.sh
source /Users/marsway/Library/CloudStorage/OneDrive-个人/Documents/.vvconfig/.aliases/mc.sh
source /Users/marsway/Library/CloudStorage/OneDrive-个人/Documents/.vvconfig/.aliases/quickpath.sh
source /Users/marsway/Library/CloudStorage/OneDrive-个人/Documents/.vvconfig/.aliases/quickssh.sh
source /Users/marsway/Library/CloudStorage/OneDrive-个人/Documents/.vvconfig/.aliases/scripts.sh

View File

@ -1,29 +0,0 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
version: "3"
services:
answer:
image: apache/answer
ports:
- '9080:80'
restart: on-failure
volumes:
- answer-data:/data
volumes:
answer-data:

View File

@ -1,7 +1,15 @@
tap "joshmedeski/sesh"
brew "aliyunpan"
brew "cocoapods"
brew "fish"
brew "fzf"
brew "gh"
brew "go"
brew "gum"
brew "node"
brew "hexo"
brew "htop"
brew "kubernetes-cli"
brew "lazygit"
brew "lua"
brew "mackup"
@ -9,9 +17,10 @@ brew "mas"
brew "mysql@8.4", restart_service: :changed
brew "neofetch"
brew "neovim"
brew "node"
brew "nping"
brew "ocrmypdf"
brew "pnpm"
brew "rclone"
brew "repo"
brew "rust"
brew "stow"
@ -23,12 +32,13 @@ brew "wget"
brew "xdotool"
brew "xprop"
brew "xwininfo"
brew "joshmedeski/sesh/sesh"
cask "agent-tars"
cask "alacritty"
cask "bettertouchtool"
cask "capacities"
cask "cherry-studio"
cask "clash-verge-rev"
cask "clickup"
cask "coteditor"
cask "cursor"
cask "dockdoor"
@ -36,29 +46,62 @@ cask "flutter"
cask "font-jetbrains-mono"
cask "font-jetbrains-mono-nerd-font"
cask "font-maple-mono-nf-cn"
cask "google-chrome"
cask "google-drive"
cask "imhex"
cask "jordanbaird-ice"
cask "kando"
cask "keka"
cask "listen1"
cask "lm-studio"
cask "lookaway"
cask "lunarbar"
cask "lyricsx"
cask "maccy"
cask "masscode"
cask "miniconda"
cask "musescore"
cask "navicat-premium-lite"
cask "notion"
cask "notion-calendar"
cask "notion-mail"
cask "obsidian"
cask "only-switch"
cask "orbstack"
cask "picgo"
cask "replit"
cask "slack"
cask "slimhud"
cask "snipaste"
cask "spacelauncher"
cask "spotify"
cask "ssh-config-editor"
cask "superhuman"
cask "syncalicious"
cask "tailscale"
cask "thor"
cask "trae"
cask "trae-cn"
cask "visual-studio-code"
cask "wechatwebdevtools"
cask "windsurf"
cask "wpsoffice-cn"
mas "CapCut", id: 1500855883
mas "DaVinci Resolve", id: 571213070
mas "DevCleaner", id: 1388020431
mas "Developer", id: 640199958
mas "flomo", id: 1665341561
mas "Goodnotes", id: 1444383602
mas "Microsoft To Do", id: 1274495053
mas "Nex Terminal", id: 6742214286
mas "NookX", id: 6733240772
mas "QianJi", id: 1473785373
mas "SnippetsLab", id: 1006087419
mas "Wallpaper Monster", id: 6553989287
mas "Windows App", id: 1295203466
mas "Xcode", id: 497799835
mas "豆包", id: 6683305962
vscode "augment.vscode-augment"
vscode "docker.docker"
vscode "github.copilot"
vscode "github.copilot-chat"
vscode "kevinrose.vsc-python-indent"
@ -71,4 +114,5 @@ vscode "ms-vscode-remote.remote-ssh"
vscode "ms-vscode-remote.remote-ssh-edit"
vscode "ms-vscode.remote-explorer"
vscode "parallelsdesktop.parallels-desktop"
vscode "saoudrizwan.claude-dev"
vscode "subframe7536.theme-maple"

View File

@ -8,3 +8,17 @@ end
# Added by OrbStack: command-line tools and integration
# This won't be added again if you remove it.
source ~/.orbstack/shell/init2.fish 2>/dev/null || :
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
if test -f /opt/homebrew/Caskroom/miniconda/base/bin/conda
eval /opt/homebrew/Caskroom/miniconda/base/bin/conda "shell.fish" "hook" $argv | source
else
if test -f "/opt/homebrew/Caskroom/miniconda/base/etc/fish/conf.d/conda.fish"
. "/opt/homebrew/Caskroom/miniconda/base/etc/fish/conf.d/conda.fish"
else
set -x PATH "/opt/homebrew/Caskroom/miniconda/base/bin" $PATH
end
end
# <<< conda initialize <<<

View File

@ -1,3 +1,5 @@
function fish_greeting
command neofetch
command echo
command echo "Hi~ Dear Wei"
command echo
end

View File

@ -1,6 +1,6 @@
[storage]
engine = file_system
path = .vvconfig
path = Documents/.vvconfig
directory = mackup
[applications_to_sync]

7
.zshrc
View File

@ -178,6 +178,9 @@ alias p='python3'
alias tree='tree -C'
# PATH
export PATH=/Users/$USER/Coding/Tools/git-repo:$PATH
export PATH=/Users/$USER/Coding/Tools/git-repo:/opt/homebrew/bin:$PATH
eval "$(lua ~/.vvconfig/scripts/z.lua/z.lua --init zsh)"
source ~/.vvconfig/.aliases/aliases.sh
source ~/.aliases/aliases.sh
# Added by Windsurf
export PATH="/Users/marsway/.codeium/windsurf/bin:$PATH"

View File

@ -11,7 +11,6 @@ external-controller-cors:
allow-private-network: true
allow-origins:
- '*'
bind-address: '*'
dns:
enable: true
listen: :53
@ -60,8 +59,7 @@ dns:
- +.google.com
- +.facebook.com
- +.youtube.com
profile:
store-selected: true
bind-address: '*'
tun:
enable: false
stack: gvisor
@ -583,9 +581,9 @@ proxies:
ws-path: /images
ws-headers:
Host: v.qq.com
- name: 🎮 ①广港游戏专用(限速4Mb) x8.0{Ver5}
- name: 🎮 ①广港游戏专用(限速4Mb) x8.0{Ver6}
type: ss
server: gzhk-iplc-hyoc-1.akijp.cloud
server: ga.akpl.cloud
port: 19007
cipher: chacha20-ietf-poly1305
password: b7879a0f-c140-43df-ba7b-e5993a0e331e
@ -643,7 +641,7 @@ proxy-groups:
- 🇸🇬 SGP | Direct Access [海外用户] x1.2{Ver5}
- 🇹🇼 TWN | Direct Access [海外用户] x1.2{Ver5}
- 🇺🇸 USA | Direct Access [海外用户] x1.2{Ver5}
- 🎮 ①广港游戏专用(限速4Mb) x8.0{Ver5}
- 🎮 ①广港游戏专用(限速4Mb) x8.0{Ver6}
- '●最新官网地址: https://www.v2aky.net'
- ●建议每周更新一次订阅以及定期检查设备当前时间是否已准确到分钟
rules:

View File

@ -11,7 +11,6 @@ external-controller-cors:
allow-private-network: true
allow-origins:
- '*'
bind-address: '*'
dns:
enable: true
listen: :53
@ -60,8 +59,7 @@ dns:
- +.google.com
- +.facebook.com
- +.youtube.com
profile:
store-selected: true
bind-address: '*'
tun:
enable: false
stack: gvisor
@ -583,9 +581,9 @@ proxies:
ws-path: /images
ws-headers:
Host: v.qq.com
- name: 🎮 ①广港游戏专用(限速4Mb) x8.0{Ver5}
- name: 🎮 ①广港游戏专用(限速4Mb) x8.0{Ver6}
type: ss
server: gzhk-iplc-hyoc-1.akijp.cloud
server: ga.akpl.cloud
port: 19007
cipher: chacha20-ietf-poly1305
password: b7879a0f-c140-43df-ba7b-e5993a0e331e
@ -643,7 +641,7 @@ proxy-groups:
- 🇸🇬 SGP | Direct Access [海外用户] x1.2{Ver5}
- 🇹🇼 TWN | Direct Access [海外用户] x1.2{Ver5}
- 🇺🇸 USA | Direct Access [海外用户] x1.2{Ver5}
- 🎮 ①广港游戏专用(限速4Mb) x8.0{Ver5}
- 🎮 ①广港游戏专用(限速4Mb) x8.0{Ver6}
- '●最新官网地址: https://www.v2aky.net'
- ●建议每周更新一次订阅以及定期检查设备当前时间是否已准确到分钟
rules:

View File

@ -1,62 +1,52 @@
# Profiles Config for Clash Verge
current: RoYtUvrMCxF7
current: Rf0vekATnMXK
items:
- uid: Merge
- uid: m1lvlw8NQbkJ
type: merge
name: null
file: Merge.yaml
updated: 1742972135
- uid: Script
type: script
name: null
file: Script.js
updated: 1742972135
- uid: m2jcm8sRQPvm
file: m1lvlw8NQbkJ.yaml
updated: 1744791969
- uid: mhQfXShbFL9J
type: merge
name: null
file: m2jcm8sRQPvm.yaml
updated: 1742972168
- uid: s1cP0zOEBkP5
file: mhQfXShbFL9J.yaml
updated: 1744792102
- uid: snLkJmXHPaBT
type: script
name: null
file: s1cP0zOEBkP5.js
updated: 1742972168
- uid: rD6SmDizAwB7
file: snLkJmXHPaBT.js
updated: 1744792102
- uid: r64L2J9znqqX
type: rules
name: null
file: rD6SmDizAwB7.yaml
updated: 1742972168
- uid: psk9x7ukgnfn
file: r64L2J9znqqX.yaml
updated: 1744792102
- uid: pMHD8yYjsBQZ
type: proxies
name: null
file: psk9x7ukgnfn.yaml
updated: 1742972168
- uid: g9n81JmX5NEV
file: pMHD8yYjsBQZ.yaml
updated: 1744792102
- uid: grIy4r7kfeM8
type: groups
name: null
file: g9n81JmX5NEV.yaml
updated: 1742972168
- uid: RoYtUvrMCxF7
file: grIy4r7kfeM8.yaml
updated: 1744792102
- uid: Rf0vekATnMXK
type: remote
name: AKY-JAPAN
file: RoYtUvrMCxF7.yaml
url: https://47.76.32.11/api/v1/client/subscribe?token=d4bc0b5e5fb870215bab09aaf9a4d87a
selected:
- name: AKY-JAPAN
now: 🇹🇼 ①台湾 | TWN [解锁/GPT] x1.2{Ver5}
- name: GLOBAL
now: 🇯🇵 ②日本 | JPN [NF解锁/GPT] x1.2{Ver5}
file: Rf0vekATnMXK.yaml
url: https://47.76.32.11/api/v1/client/subscribe?token=d4bc0b5e5fb870215bab09aaf9a4d87a&name=AKY-JAPAN
extra:
upload: 9496106458
download: 20758059167
total: 59055800320
expire: 0
updated: 1744083135
upload: 7216
download: 23654
total: 268435456000
expire: 1747383663
updated: 1744792102
option:
update_interval: 1440
merge: m2jcm8sRQPvm
script: s1cP0zOEBkP5
rules: rD6SmDizAwB7
proxies: psk9x7ukgnfn
groups: g9n81JmX5NEV
merge: mhQfXShbFL9J
script: snLkJmXHPaBT
rules: r64L2J9znqqX
proxies: pMHD8yYjsBQZ
groups: grIy4r7kfeM8

View File

@ -16,8 +16,8 @@ menu_icon: monochrome
sysproxy_tray_icon: false
tun_tray_icon: false
enable_tun_mode: null
enable_auto_launch: true
enable_silent_start: true
enable_auto_launch: false
enable_silent_start: false
enable_system_proxy: true
enable_proxy_guard: false
enable_dns_settings: true
@ -42,19 +42,19 @@ default_latency_timeout: null
enable_builtin_enhanced: true
proxy_layout_column: null
test_list:
- uid: yNggBTan27khzS0aCkxzo
- uid: XpbCepl_4-4XyV2g_q9gk
name: Apple
icon: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="48" height="48"><path d="M16.125 1c-1.153.067-2.477.71-3.264 1.527-.71.744-1.272 1.85-1.043 2.918 1.253.033 2.511-.626 3.264-1.459.703-.779 1.236-1.866 1.043-2.986zm.068 4.443c-1.809 0-2.565 1.112-3.818 1.112-1.289 0-2.467-1.041-4.027-1.041C6.226 5.514 3 7.48 3 12.11 3 16.324 6.818 21 8.973 21c1.309.013 1.626-.823 3.402-.832 1.778-.013 2.162.843 3.473.832 1.476-.011 2.628-1.633 3.47-2.918.604-.92.853-1.39 1.32-2.43-3.472-.88-4.163-6.48 0-7.638-.785-1.341-3.08-2.57-4.445-2.57z"/></svg>
url: https://www.apple.com
- uid: 3pdc9VSEw76ukoEw7vd9k
- uid: yBNyYNUwiNnWcJzG9LZyk
name: GitHub
icon: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" width="48" height="48"><path d="M15 3C8.373 3 3 8.373 3 15c0 5.623 3.872 10.328 9.092 11.63a1.751 1.751 0 0 1-.092-.583v-2.051h-1.508c-.821 0-1.551-.353-1.905-1.009-.393-.729-.461-1.844-1.435-2.526-.289-.227-.069-.486.264-.451.615.174 1.125.596 1.605 1.222.478.627.703.769 1.596.769.433 0 1.081-.025 1.691-.121.328-.833.895-1.6 1.588-1.962-3.996-.411-5.903-2.399-5.903-5.098 0-1.162.495-2.286 1.336-3.233-.276-.94-.623-2.857.106-3.587 1.798 0 2.885 1.166 3.146 1.481A8.993 8.993 0 0 1 15.495 9c1.036 0 2.024.174 2.922.483C18.675 9.17 19.763 8 21.565 8c.732.731.381 2.656.102 3.594.836.945 1.328 2.066 1.328 3.226 0 2.697-1.904 4.684-5.894 5.097C18.199 20.49 19 22.1 19 23.313v2.734c0 .104-.023.179-.035.268C23.641 24.676 27 20.236 27 15c0-6.627-5.373-12-12-12z"/></svg>
url: https://www.github.com
- uid: nfPM5nQ81xiq19Eqln7Cl
- uid: yTNyfXH9UKZA7_Mgo8PW6
name: Google
icon: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48"><path fill="#FFC107" d="M43.611 20.083H42V20H24v8h11.303c-1.649 4.657-6.08 8-11.303 8-6.627 0-12-5.373-12-12s5.373-12 12-12c3.059 0 5.842 1.154 7.961 3.039l5.657-5.657C34.046 6.053 29.268 4 24 4 12.955 4 4 12.955 4 24s8.955 20 20 20 20-8.955 20-20c0-1.341-.138-2.65-.389-3.917z"/><path fill="#FF3D00" d="M6.306 14.691l6.571 4.819C14.655 15.108 18.961 12 24 12c3.059 0 5.842 1.154 7.961 3.039l5.657-5.657C34.046 6.053 29.268 4 24 4 16.318 4 9.656 8.337 6.306 14.691z"/><path fill="#4CAF50" d="M24 44c5.166 0 9.86-1.977 13.409-5.192l-6.19-5.238A11.91 11.91 0 0 1 24 36c-5.202 0-9.619-3.317-11.283-7.946l-6.522 5.025C9.505 39.556 16.227 44 24 44z"/><path fill="#1976D2" d="M43.611 20.083H42V20H24v8h11.303a12.04 12.04 0 0 1-4.087 5.571l.003-.002 6.19 5.238C36.971 39.205 44 34 44 24c0-1.341-.138-2.65-.389-3.917z"/></svg>
url: https://www.google.com
- uid: R5GsR92ue1EPDpGOuJyBa
- uid: 9h1U_JyCKNl0rAzZMk4DI
name: Youtube
icon: <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48"><path fill="#FF3D00" d="M43.2 33.9c-.4 2.1-2.1 3.7-4.2 4-3.3.5-8.8 1.1-15 1.1-6.1 0-11.6-.6-15-1.1-2.1-.3-3.8-1.9-4.2-4-.4-2.3-.8-5.7-.8-9.9s.4-7.6.8-9.9c.4-2.1 2.1-3.7 4.2-4C12.3 9.6 17.8 9 24 9c6.2 0 11.6.6 15 1.1 2.1.3 3.8 1.9 4.2 4 .4 2.3.9 5.7.9 9.9-.1 4.2-.5 7.6-.9 9.9z"/><path fill="#FFF" d="M20 31V17l12 7z"/></svg>
url: https://www.youtube.com
@ -71,8 +71,4 @@ enable_tray_speed: true
enable_tray_icon: true
enable_auto_light_weight_mode: false
auto_light_weight_minutes: 10
service_state:
last_install_time: 1742972139
install_count: 1
last_check_time: 0
last_error: null
service_state: null