diff --git a/.bin/answer/docker-compose.yml b/.bin/answer/docker-compose.yml new file mode 100644 index 0000000..58e8ea0 --- /dev/null +++ b/.bin/answer/docker-compose.yml @@ -0,0 +1,29 @@ +# 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: diff --git a/.config/Brewfile b/.config/Brewfile index c50b0f9..a85102a 100644 --- a/.config/Brewfile +++ b/.config/Brewfile @@ -1,11 +1,12 @@ -brew "autossh" brew "fish" brew "fzf" brew "go" brew "htop" +brew "lazygit" brew "lua" brew "mackup" brew "mas" +brew "mysql@8.4", restart_service: :changed brew "neofetch" brew "neovim" brew "node" @@ -35,29 +36,29 @@ cask "flutter" cask "font-jetbrains-mono" cask "font-jetbrains-mono-nerd-font" cask "font-maple-mono-nf-cn" -cask "ghostty" -cask "hammerspoon" cask "kando" cask "keka" -cask "kitty" cask "lm-studio" cask "lookaway" cask "lunarbar" +cask "lyricsx" cask "maccy" cask "miniconda" cask "obsidian" cask "only-switch" cask "orbstack" cask "picgo" +cask "slack" cask "snipaste" cask "spacelauncher" +cask "spotify" cask "syncalicious" cask "tailscale" cask "thor" cask "trae" cask "trae-cn" cask "visual-studio-code" -cask "wezterm" +cask "wpsoffice-cn" vscode "github.copilot" vscode "github.copilot-chat" vscode "kevinrose.vsc-python-indent" diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 9704200..bbf08b0 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -1,19 +1,21 @@ [general] live_config_reload = true import = [ - "~/.config/alacritty/theme-falcon.toml", - "~/.config/alacritty/keybinding.toml" + "~/.config/alacritty/theme.toml", + "~/.config/alacritty/keybindings.toml" ] [terminal.shell] program = "/opt/homebrew/bin/fish" +args = ["--login", "--command", "tmux new-session -A -D -s main"] [window] +option_as_alt = "Both" decorations = "Buttonless" position = {x = 0, y = 0} padding = {x=10, y=3} dynamic_padding = true -dimensions = {columns=160, lines=25} +dimensions = {columns=200, lines=35} #level = "AlwaysOnTop" opacity = 0.8 blur = true @@ -28,10 +30,11 @@ hide_when_typing = true draw_bold_text_with_bright_colors = false [cursor] -style = {shape="Beam", blinking="Always"} +style = {shape="Underline", blinking="Always"} +thickness=0.0 [font] -size = 16.0 +size = 13.0 #offset = {x=0, y=8} glyph_offset = {x=0, y=0} italic = {family = "JetBrainsMono Nerd Font", style = "Italic"} @@ -48,4 +51,5 @@ save_to_clipboard = true semantic_escape_chars = ''',│`|:"' ()[]{}<>''' [debug] -#render_timer = true \ No newline at end of file +#render_timer = true + diff --git a/.config/alacritty/keybinding.toml b/.config/alacritty/keybinding.toml deleted file mode 100644 index 9008b49..0000000 --- a/.config/alacritty/keybinding.toml +++ /dev/null @@ -1,46 +0,0 @@ -# Key bindings -# A list with all available `key` names can be found here: -# https://docs.rs/glutin/*/glutin/enum.VirtualKeyCode.html#variants -# -# Run "xxd -psd" to find hex codes of keys. -# -# Alacritty + Tmux key integratio -# `\x1c` is `C-\` as tmux prefix -# `\x1b` is `Esc` - -[[keyboard.bindings]] -action = "SpawnNewInstance" -key = "N" -mods = "Command" - -[[keyboard.bindings]] -chars = "\u001Bb" -key = "Left" -mods = "Alt" - -[[keyboard.bindings]] -chars = "\u001Bf" -key = "Right" -mods = "Alt" - -[[keyboard.bindings]] -chars = "\u001BOH" -key = "Left" -mode = "AppCursor" -mods = "Command" - -[[keyboard.bindings]] -chars = "\u001BOF" -key = "Right" -mode = "AppCursor" -mods = "Command" - -[[keyboard.bindings]] -chars = "\u0015" -key = "Back" -mods = "Command" - -[[keyboard.bindings]] -chars = "\u001B\u007F" -key = "Back" -mods = "Alt" diff --git a/.config/alacritty/keybindings.toml b/.config/alacritty/keybindings.toml new file mode 100644 index 0000000..329e9c8 --- /dev/null +++ b/.config/alacritty/keybindings.toml @@ -0,0 +1,5 @@ +#[keyboard] +#bindings = [ +# # Clear the screen +# {"key" = "R", "mods" = "Option", "command" = "ToggleViMode" } +#] \ No newline at end of file diff --git a/.config/alacritty/theme-falcon.toml b/.config/alacritty/theme-falcon.toml deleted file mode 100644 index e5b027b..0000000 --- a/.config/alacritty/theme-falcon.toml +++ /dev/null @@ -1,33 +0,0 @@ -# falcon colorscheme for alacritty -# by fenetikm, https//github.com/fenetikm/falcon - -# Default colors -[colors.primary] -background = '#020221' -foreground = '#b4b4b9' - -[colors.cursor] -text = '#020221' -cursor = '#ffe8c0' - -# Normal colors -[colors.normal] -black = '#000004' -red = '#ff3600' -green = '#718e3f' -yellow = '#ffc552' -blue = '#635196' -magenta = '#ff761a' -cyan = '#34bfa4' -white = '#b4b4b9' - -# Bright colors -[colors.bright] -black = '#020221' -red = '#ff8e78' -green = '#b1bf75' -yellow = '#ffd392' -blue = '#99a4bc' -magenta = '#ffb07b' -cyan = '#8bccbf' -white = '#f8f8ff' diff --git a/.config/alacritty/theme.toml b/.config/alacritty/theme.toml new file mode 100644 index 0000000..517b70f --- /dev/null +++ b/.config/alacritty/theme.toml @@ -0,0 +1,71 @@ +# Nightfox Alacritty Colors +## name: duskfox +## upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/duskfox/alacritty.toml + +[colors.primary] +background = "#232136" +foreground = "#e0def4" +dim_foreground = "#cdcbe0" +bright_foreground = "#eae8ff" + +[colors.cursor] +text = "#e0def4" +cursor = "#cdcbe0" + +[colors.vi_mode_cursor] +text = "#e0def4" +cursor = "#9ccfd8" + +[colors.search.matches] +foreground = "#e0def4" +background = "#63577d" + +[colors.search.focused_match] +foreground = "#e0def4" +background = "#a3be8c" + +[colors.footer_bar] +foreground = "#e0def4" +background = "#373354" + +[colors.hints.start] +foreground = "#e0def4" +background = "#ea9a97" + +[colors.hints.end] +foreground = "#e0def4" +background = "#373354" + +[colors.selection] +text = "#e0def4" +background = "#433c59" + +[colors.normal] +black = "#393552" +red = "#eb6f92" +green = "#a3be8c" +yellow = "#f6c177" +blue = "#569fba" +magenta = "#c4a7e7" +cyan = "#9ccfd8" +white = "#e0def4" + +[colors.bright] +black = "#7d5ec1" +red = "#f083a2" +green = "#b1d196" +yellow = "#f9cb8c" +blue = "#65b1cd" +magenta = "#ccb1ed" +cyan = "#a6dae3" +white = "#e2e0f7" + +[colors.dim] +black = "#322e42" +red = "#d84f76" +green = "#8aa872" +yellow = "#e6a852" +blue = "#4a869c" +magenta = "#a580d2" +cyan = "#7bb8c1" +white = "#b1acde" \ No newline at end of file diff --git a/.config/fish/conf.d/brew.fish b/.config/fish/conf.d/brew.fish index 01196ec..2cd6b53 100644 --- a/.config/fish/conf.d/brew.fish +++ b/.config/fish/conf.d/brew.fish @@ -1,7 +1,9 @@ function brew command /bin/zsh -c "brew $argv" - echo "Updating Brewfile..." - command /bin/zsh -c "brew bundle dump --force --file=~/.config/Brewfile" + if contains -- "install" $argv; or contains -- "remove" $argv; or contains -- "uninstall" $argv; + echo "Updating Brewfile..." + command /bin/zsh -c "brew bundle dump --force --file=~/.config/Brewfile" + end end function brew_install brew bundle --file="~/.config/Brewfile" diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 3b83a5d..9409e87 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -4,3 +4,7 @@ if status is-interactive fish_add_path /opt/homebrew/bin end 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 || : diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index eeab3f9..98872c8 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -35,7 +35,7 @@ SETUVAR fish_pager_color_description:yellow\x1e\x2di SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan SETUVAR fish_pager_color_selected_background:\x2dr -SETUVAR fish_user_paths:/opt/homebrew/bin +SETUVAR fish_user_paths:/opt/homebrew/opt/mysql\x408\x2e4/bin\x1e/opt/homebrew/bin SETUVAR pure_begin_prompt_with_current_directory:true SETUVAR pure_check_for_new_release:false SETUVAR pure_color_at_sign:pure_color_mute diff --git a/.config/fish/functions/p.fish b/.config/fish/functions/p.fish index 3e3577b..4d51784 100644 --- a/.config/fish/functions/p.fish +++ b/.config/fish/functions/p.fish @@ -3,6 +3,6 @@ function p # 如果参数中包含 -d set -u all_proxy else - set -x all_proxy "localhost:7897" + set -g all_proxy "localhost:7897" end end diff --git a/.config/tmux/plugins/tpm b/.config/tmux/plugins/tpm new file mode 160000 index 0000000..99469c4 --- /dev/null +++ b/.config/tmux/plugins/tpm @@ -0,0 +1 @@ +Subproject commit 99469c4a9b1ccf77fade25842dc7bafbc8ce9946 diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..6865d22 --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,137 @@ +# Easy config reload +bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "tmux.conf reloaded" + +# Plugins +setenv -g TMUX_PLUGIN_MANAGER_PATH '~/.tmux/plugins' +set -g @plugin 'seebi/tmux-colors-solarized' +set -g @plugin 'tmux-plugins/tmux-pain-control' +set -g @plugin 'tmux-plugins/tmux-prefix-highlight' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-yank' +set -g @plugin 'tmux-plugins/tpm' + +# For resurrect +# 自动备份时间间隔60min, 默认15min +set -g @continuum-save-interval '60' +set -g @continuum-restore 'on' +set -g @resurrect-capture-pane-contents 'on' + +# Use vim keybindings in copy mode +#set-window-option -g mode-keys vi +set-option -g base-index 1 +set-option -g renumber-windows on + +set -g mouse on # 打开鼠标支持 +set-option -g display-time 5000 # 提示信息的持续时间 设置足够的时间以避免看不清提示,单位为毫秒 +set-option -g repeat-time 1000 # 控制台激活后的持续时间 避免每次操作都要先激活控制台,单位为毫秒 +# auto window rename +set-option -g automatic-rename on + +# tmux menu +bind-key A display-menu -x R -y P -T '#[align=centre fg=orange] Commands ' \ + 'Synchronize Panes' 's' 'set-window-option synchronize-panes' \ + 'Rename Tab' ',' 'command-prompt -I "#W" { rename-window "%%" }' \ + 'Run Tmux Command' ':' 'command-prompt' + +# status bar +set-option -g status on +set-option -g status-interval 1 +set-option -g status-position top +set-option -g status-justify left +set-option -g status-style none,fg=#a89984,bg=#3c3836 + +# status bar left +set-option -g status-left-length 100 +set-option -g status-left-style none +set-option -g status-left '#[fg=#282828,bg=#a89984,nobold] #{E:@OS} Mars #S  #[fg=#a89984,bg=#262626,nobold]' + +# status bar right +set-option -g status-right-length 150 +set-option -g status-right-style none +set-option -g status-right '#[fg=#a89984,bg=#262626]#[fg=#282828,bg=#a89984] #{E:@GIT_BRANCH} #[fg=#a89984,bg=#a89984]#[fg=#3c3836]#[fg=#504945,bg=#3c3836]#[fg=#a89984,bg=#504945] #{E:@CPU}%% #[fg=#3c3836]#[fg=#a89984,bg=#504945]  %a %b %d #[fg=#3c3836] #[fg=#a89984,bg=#504945] %H:%M %p #[fg=#3c3836,bg=#504945]' +###{E:@IM} + +# window bar style +set-option -g window-status-style 'fg=#3c3836,bg=#504945' +set-option -g window-status-current-style 'fg=#ebdbb2,bg=#49556a' +set-option -g window-status-activity-style 'fg=#3c3836,bg=#504945' +set-option -g window-status-format ' #[fg=#a89984] #I: #W #{?window_last_flag, ,}#{?window_activity_flag,#[fg=#d79921]' +set-option -g window-status-current-format ' #[fg=#ebdbb2] #I:#W #[fg=#689d6a]#{?window_zoomed_flag,,}' +set-option -g window-status-separator '' +set-option -ga terminal-features ',xterm-256color:RGB' +set-option -g default-terminal 'xterm-256color' + +# pane border style +set-option -g pane-active-border-style fg='#fe8019' +set-option -g pane-border-style fg='#3c3836' + +# mode style +set-option -g mode-style 'bg=brightblack,fg=white,noreverse' + + +# status variables format +if-shell 'test "$(uname)" = "Darwin"' { + set-option -g @OS "" + set-option -g @IM " #(defaults read ~/Library/Preferences/com.apple.HIToolbox.plist AppleCurrentKeyboardLayoutInputSourceID | awk -F. '{print $4}' | sed s/PinyinKeyboard/中/)" + set-option -g @CPU " #(iostat -c 2 disk0 | sed '/^\s*$/d' | tail -n 1 | awk '{usage=100-$6} END {print(usage)}' | sed 's/,/./')" +} { + set-option -g @OS "" + set-option -g @IM " #(whoami)#{?SSH_CLIENT,@#h,}" + set-option -g @CPU " #(vmstat 1 2 | tail -1 | awk '{usage=100-$15} END {print(usage)}' | sed 's/,/./')" +} +set-option -g @GIT_BRANCH " #(git -C #{pane_current_path} rev-parse --abbrev-ref HEAD || echo ' ')" + + +# Pane之间切换的快捷键 +bind h select-pane -L # 定位到左边窗口的快捷键 +bind j select-pane -D # 定位到上边窗口的快捷键 +bind k select-pane -U # 定位到下方窗口的快捷键 +bind l select-pane -R # 定位到右边窗口的快捷键 + +# 垂直分割窗格 (Control + D) +bind-key -n C-d split-window -h -c '#{pane_current_path}' +# 水平分割窗格 (Control + Return) +bind-key -n C-F split-window -v -c '#{pane_current_path}' +# 新建选项卡 (Command + T) +bind-key -n C-t new-window -c '#{pane_current_path}' +# 关闭窗格 (Command + W) +bind-key -n C-w kill-pane +# 关闭选项卡 (Command + Shift + W) +bind-key -n C-S-w kill-window +# detach 当前窗口 +bind-key -n C-q detach-client +# 访问左边的窗格 (Command + H 或 Command + Left) +bind-key -n C-h select-pane -L +bind-key -n C-Left select-pane -L +# 访问上面的窗格 (Command + J 或 Command + Up) +bind-key -n C-j select-pane -U +bind-key -n C-Up select-pane -U +# 访问下面的窗格 (Command + K 或 Command + Down) +bind-key -n C-k select-pane -D +bind-key -n C-Down select-pane -D +# 访问右边的窗格 (Command + L 或 Command + Right) +bind-key -n C-l select-pane -R +bind-key -n C-Right select-pane -R +# 重命名 Window +bind-key -n C-n command-prompt -p "(rename-window)" "rename-window '%%'" +# 切换选项卡 (Command + 1 到 Command + 9) +bind-key -n M-1 select-window -t :=1 +bind-key -n M-2 select-window -t :=2 +bind-key -n M-3 select-window -t :=3 +bind-key -n M-4 select-window -t :=4 +bind-key -n M-5 select-window -t :=5 +bind-key -n M-6 select-window -t :=6 +bind-key -n M-7 select-window -t :=7 +bind-key -n M-8 select-window -t :=8 +bind-key -n M-9 select-window -t :=9 + +bind-key -n C-l send-keys C-l \; + +# 切换到上一个选项卡 (Command + [) +bind-key -n C-[ previous-window + +# 切换到下一个选项卡 (Command + ]) +bind-key -n C-] next-window + +### Run TPM Manger +run '~/.tmux/plugins/tpm/tpm' diff --git a/.config/tmux/tmux_副本.conf b/.config/tmux/tmux_副本.conf new file mode 100644 index 0000000..47be420 --- /dev/null +++ b/.config/tmux/tmux_副本.conf @@ -0,0 +1,86 @@ +# 修改默认Prefix +set-option -g prefix C-a +unbind-key C-a +bind-key C-a send-prefix + +# Easy config reload +bind-key r source-file ~/.config/tmux/tmux.conf \; display-message "tmux.conf reloaded" + +# Plugins +setenv -g TMUX_PLUGIN_MANAGER_PATH '~/.tmux/plugins' +set -g @plugin 'seebi/tmux-colors-solarized' +set -g @plugin 'tmux-plugins/tmux-pain-control' +set -g @plugin 'tmux-plugins/tmux-prefix-highlight' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -g @plugin 'tmux-plugins/tmux-yank' +set -g @plugin 'tmux-plugins/tpm' + +set -g mouse on # 打开鼠标支持 +set-option -g display-time 5000 # 提示信息的持续时间 设置足够的时间以避免看不清提示,单位为毫秒 +set-option -g repeat-time 1000 # 控制台激活后的持续时间 避免每次操作都要先激活控制台,单位为毫秒 +set-option -g status-keys vi # 操作状态栏时的默认键盘布局;可以设置为vi或emacs + +# 此类设置可以在命令行模式中输入show-window-options -g查询 +set-window-option -g mode-keys vi # 复制模式中的默认键盘布局;可以设置为vi或emacs + +### +set-option -g status-bg blue +set-option -g status-fg '#bbbbbb' +set-option -g status-left-length 10 # 状态栏左方的内容长度; +set-option -g status-right-length 15 # 状态栏右方的内容长度;建议把更多的空间留给状态栏左方(用于列出当前窗口) +set-option -g status-left '[#(whoami)]' # 状态栏左方的内容 +set-option -g status-right '[#(date +" %m-%d %H:%M ")]' # 状态栏右方的内容;这里的设置将得到类似23:59的显示 +set-option -g status-justify "centre" # 窗口列表居中显示 +set-option -g default-terminal "screen-256color" # 支持256色显示 + +# Pane之间切换的快捷键 +bind h select-pane -L # 定位到左边窗口的快捷键 +bind j select-pane -D # 定位到上边窗口的快捷键 +bind k select-pane -U # 定位到下方窗口的快捷键 +bind l select-pane -R # 定位到右边窗口的快捷键 + +# 垂直分割窗格 (Command + D) +bind-key -n C-d split-window -h +# 水平分割窗格 (Command + Return) +bind-key -n C-Return split-window -v +# 新建选项卡 (Command + T) +bind-key -n C-t new-window +# 关闭窗格 (Command + W) +bind-key -n C-w kill-pane +# 关闭选项卡 (Command + Shift + W) +bind-key -n C-S-w kill-window +# detach 当前窗口 +bind-key -n C-q detach-client +# 访问左边的窗格 (Command + H 或 Command + Left) +bind-key -n C-h select-pane -L +bind-key -n C-Left select-pane -L +# 访问上面的窗格 (Command + J 或 Command + Up) +bind-key -n C-j select-pane -U +bind-key -n C-Up select-pane -U +# 访问下面的窗格 (Command + K 或 Command + Down) +bind-key -n C-k select-pane -D +bind-key -n C-Down select-pane -D +# 访问右边的窗格 (Command + L 或 Command + Right) +bind-key -n C-l select-pane -R +bind-key -n C-Right select-pane -R +# 切换选项卡 (Command + 1 到 Command + 9) +bind-key -n M-1 select-window -t :=1 +bind-key -n M-2 select-window -t :=2 +bind-key -n M-3 select-window -t :=3 +bind-key -n M-4 select-window -t :=4 +bind-key -n M-5 select-window -t :=5 +bind-key -n M-6 select-window -t :=6 +bind-key -n M-7 select-window -t :=7 +bind-key -n M-8 select-window -t :=8 +bind-key -n M-9 select-window -t :=9 + +# 切换到上一个选项卡 (Command + [) +bind-key -n C-[ previous-window + +# 切换到下一个选项卡 (Command + ]) +bind-key -n C-] next-window + + + +### Run TPM Manger +run '~/.tmux/plugins/tpm/tpm' diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/.gitmodules b/.gitmodules index 6b7aca2..b793eeb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,3 @@ -[submodule "scripts/z.lua"] - path = scripts/z.lua - url = https://github.com/skywind3000/z.lua.git -[submodule ".config/alacritty/themes"] - path = .config/alacritty/themes - url = https://github.com/alacritty/alacritty-theme.git [submodule ".bin/z.lua"] path = .bin/z.lua url = https://github.com/skywind3000/z.lua.git diff --git a/.stow-local-ignore b/.stow-local-ignore index 601148e..005e830 100644 --- a/.stow-local-ignore +++ b/.stow-local-ignore @@ -1,9 +1,9 @@ .git mackup .DS_Store +.sync aliases install.sh scripts README.md -Brewfile install diff --git a/.sync/marsway-air.local/Container/Preferences/app.cyan.lunarbar.plist b/.sync/marsway-air.local/Container/Preferences/app.cyan.lunarbar.plist new file mode 100644 index 0000000..7036e25 Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/app.cyan.lunarbar.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.apple.Dictionary.plist b/.sync/marsway-air.local/Container/Preferences/com.apple.Dictionary.plist new file mode 100644 index 0000000..5b4b4dd Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.apple.Dictionary.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.apple.FontBook.plist b/.sync/marsway-air.local/Container/Preferences/com.apple.FontBook.plist new file mode 100644 index 0000000..3259644 Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.apple.FontBook.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.apple.Notes.plist b/.sync/marsway-air.local/Container/Preferences/com.apple.Notes.plist new file mode 100644 index 0000000..a675f9a Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.apple.Notes.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.apple.Photos.plist b/.sync/marsway-air.local/Container/Preferences/com.apple.Photos.plist new file mode 100644 index 0000000..33fd048 Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.apple.Photos.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.apple.ScreenContinuity.plist b/.sync/marsway-air.local/Container/Preferences/com.apple.ScreenContinuity.plist new file mode 100644 index 0000000..9bab419 Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.apple.ScreenContinuity.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.apple.ScreenSharing.plist b/.sync/marsway-air.local/Container/Preferences/com.apple.ScreenSharing.plist new file mode 100644 index 0000000..075f989 Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.apple.ScreenSharing.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.apple.TextEdit.plist b/.sync/marsway-air.local/Container/Preferences/com.apple.TextEdit.plist new file mode 100644 index 0000000..3967e06 Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.apple.TextEdit.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.apple.mail.plist b/.sync/marsway-air.local/Container/Preferences/com.apple.mail.plist new file mode 100644 index 0000000..68cd7b1 Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.apple.mail.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.apple.notificationcenterui.plist b/.sync/marsway-air.local/Container/Preferences/com.apple.notificationcenterui.plist new file mode 100644 index 0000000..53420ab Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.apple.notificationcenterui.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.apple.systempreferences.plist b/.sync/marsway-air.local/Container/Preferences/com.apple.systempreferences.plist new file mode 100644 index 0000000..b873acb Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.apple.systempreferences.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.apple.weather.plist b/.sync/marsway-air.local/Container/Preferences/com.apple.weather.plist new file mode 100644 index 0000000..2a6aa7c Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.apple.weather.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.bot.neotix.doubao.plist b/.sync/marsway-air.local/Container/Preferences/com.bot.neotix.doubao.plist new file mode 100644 index 0000000..32b7855 Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.bot.neotix.doubao.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.coteditor.CotEditor.plist b/.sync/marsway-air.local/Container/Preferences/com.coteditor.CotEditor.plist new file mode 100644 index 0000000..35c8b90 Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.coteditor.CotEditor.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.flomoapp.m.plist b/.sync/marsway-air.local/Container/Preferences/com.flomoapp.m.plist new file mode 100644 index 0000000..813d512 Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.flomoapp.m.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.goodnotesapp.x.plist b/.sync/marsway-air.local/Container/Preferences/com.goodnotesapp.x.plist new file mode 100644 index 0000000..bfabfe3 Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.goodnotesapp.x.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.icons6.nexTermMini.plist b/.sync/marsway-air.local/Container/Preferences/com.icons6.nexTermMini.plist new file mode 100644 index 0000000..e280809 Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.icons6.nexTermMini.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.kingsoft.wpsoffice.mac.plist b/.sync/marsway-air.local/Container/Preferences/com.kingsoft.wpsoffice.mac.plist new file mode 100644 index 0000000..d092fe5 Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.kingsoft.wpsoffice.mac.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.lukilabs.lukiapp.plist b/.sync/marsway-air.local/Container/Preferences/com.lukilabs.lukiapp.plist new file mode 100644 index 0000000..94e9360 Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.lukilabs.lukiapp.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.monsterwl.WallpaperMonsterPro.plist b/.sync/marsway-air.local/Container/Preferences/com.monsterwl.WallpaperMonsterPro.plist new file mode 100644 index 0000000..024433c Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.monsterwl.WallpaperMonsterPro.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.oneminutegames.XcodeCleaner.plist b/.sync/marsway-air.local/Container/Preferences/com.oneminutegames.XcodeCleaner.plist new file mode 100644 index 0000000..96776f1 Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.oneminutegames.XcodeCleaner.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.tencent.WeWorkMac.plist b/.sync/marsway-air.local/Container/Preferences/com.tencent.WeWorkMac.plist new file mode 100644 index 0000000..66b40cd Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.tencent.WeWorkMac.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/com.tencent.xinWeChat.plist b/.sync/marsway-air.local/Container/Preferences/com.tencent.xinWeChat.plist new file mode 100644 index 0000000..b124898 Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/com.tencent.xinWeChat.plist differ diff --git a/.sync/marsway-air.local/Container/Preferences/org.p0deje.Maccy.plist b/.sync/marsway-air.local/Container/Preferences/org.p0deje.Maccy.plist new file mode 100644 index 0000000..993a192 Binary files /dev/null and b/.sync/marsway-air.local/Container/Preferences/org.p0deje.Maccy.plist differ diff --git a/.sync/marsway-air.local/Info/Computer.plist b/.sync/marsway-air.local/Info/Computer.plist new file mode 100644 index 0000000..33cdf69 --- /dev/null +++ b/.sync/marsway-air.local/Info/Computer.plist @@ -0,0 +1,12 @@ + + + + + localizedName + Marsway-Air + name + marsway-air.local + state + Turned off + + diff --git a/.sync/marsway-air.local/Info/Computer.tiff b/.sync/marsway-air.local/Info/Computer.tiff new file mode 100644 index 0000000..f6b9ec7 Binary files /dev/null and b/.sync/marsway-air.local/Info/Computer.tiff differ diff --git a/.sync/marsway-air.local/Library/Preferences/ai.elementlabs.lmstudio.plist b/.sync/marsway-air.local/Library/Preferences/ai.elementlabs.lmstudio.plist new file mode 100644 index 0000000..84687ce Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/ai.elementlabs.lmstudio.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/cn.trae.app.plist b/.sync/marsway-air.local/Library/Preferences/cn.trae.app.plist new file mode 100644 index 0000000..eeb7944 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/cn.trae.app.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.1password.1password.plist b/.sync/marsway-air.local/Library/Preferences/com.1password.1password.plist new file mode 100644 index 0000000..4a6b25e Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.1password.1password.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.Snipaste.plist b/.sync/marsway-air.local/Library/Preferences/com.Snipaste.plist new file mode 100644 index 0000000..ffdc9b2 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.Snipaste.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.TickTick.task.mac.plist b/.sync/marsway-air.local/Library/Preferences/com.TickTick.task.mac.plist new file mode 100644 index 0000000..ecc5e89 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.TickTick.task.mac.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.adobe.Photoshop.plist b/.sync/marsway-air.local/Library/Preferences/com.adobe.Photoshop.plist new file mode 100644 index 0000000..498ee67 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.adobe.Photoshop.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.adobe.PremierePro.25.plist b/.sync/marsway-air.local/Library/Preferences/com.adobe.PremierePro.25.plist new file mode 100644 index 0000000..d0a045a Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.adobe.PremierePro.25.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.adobe.acc.AdobeCreativeCloud.plist b/.sync/marsway-air.local/Library/Preferences/com.adobe.acc.AdobeCreativeCloud.plist new file mode 100644 index 0000000..5c7e776 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.adobe.acc.AdobeCreativeCloud.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.adobe.accmac.plist b/.sync/marsway-air.local/Library/Preferences/com.adobe.accmac.plist new file mode 100644 index 0000000..46329e0 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.adobe.accmac.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.ActivityMonitor.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.ActivityMonitor.plist new file mode 100644 index 0000000..04c2229 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.ActivityMonitor.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.AppStore.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.AppStore.plist new file mode 100644 index 0000000..3b1e222 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.AppStore.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.Automator.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.Automator.plist new file mode 100644 index 0000000..7e5994e Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.Automator.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.FolderActionsDispatcher.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.FolderActionsDispatcher.plist new file mode 100644 index 0000000..3f77852 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.FolderActionsDispatcher.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.MobileSMS.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.MobileSMS.plist new file mode 100644 index 0000000..c6e160e Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.MobileSMS.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.Music.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.Music.plist new file mode 100644 index 0000000..5cc2229 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.Music.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.Passwords.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.Passwords.plist new file mode 100644 index 0000000..a9cd1c9 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.Passwords.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.ScriptEditor2.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.ScriptEditor2.plist new file mode 100644 index 0000000..d6e17fe Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.ScriptEditor2.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.Siri.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.Siri.plist new file mode 100644 index 0000000..d46e1fc Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.Siri.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.SoftwareUpdate.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.SoftwareUpdate.plist new file mode 100644 index 0000000..8393842 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.SoftwareUpdate.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.Spotlight.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.Spotlight.plist new file mode 100644 index 0000000..c77c1aa Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.Spotlight.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.TV.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.TV.plist new file mode 100644 index 0000000..e40fea1 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.TV.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.Terminal.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.Terminal.plist new file mode 100644 index 0000000..b3211fe Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.Terminal.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.WindowManager.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.WindowManager.plist new file mode 100644 index 0000000..bc85d75 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.WindowManager.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.airport.airportutility.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.airport.airportutility.plist new file mode 100644 index 0000000..f8a16c1 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.airport.airportutility.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.controlcenter.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.controlcenter.plist new file mode 100644 index 0000000..d3d600f Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.controlcenter.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.dock.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.dock.plist new file mode 100644 index 0000000..26c9444 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.dock.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.dt.Xcode.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.dt.Xcode.plist new file mode 100644 index 0000000..ac0ff5b Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.dt.Xcode.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.finder.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.finder.plist new file mode 100644 index 0000000..c9881fc Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.finder.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.freeform.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.freeform.plist new file mode 100644 index 0000000..4d54900 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.freeform.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.gamecenter.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.gamecenter.plist new file mode 100644 index 0000000..c6945c8 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.gamecenter.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.iCal.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.iCal.plist new file mode 100644 index 0000000..634f089 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.iCal.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.loginwindow.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.loginwindow.plist new file mode 100644 index 0000000..41baec9 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.loginwindow.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.apple.screencaptureui.plist b/.sync/marsway-air.local/Library/Preferences/com.apple.screencaptureui.plist new file mode 100644 index 0000000..2f5b616 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.apple.screencaptureui.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.baidu.BaiduNetdisk-mac.plist b/.sync/marsway-air.local/Library/Preferences/com.baidu.BaiduNetdisk-mac.plist new file mode 100644 index 0000000..f823ec2 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.baidu.BaiduNetdisk-mac.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.cqy.bookmark.plist b/.sync/marsway-air.local/Library/Preferences/com.cqy.bookmark.plist new file mode 100644 index 0000000..f651003 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.cqy.bookmark.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.dexterleng.ProNotes.plist b/.sync/marsway-air.local/Library/Preferences/com.dexterleng.ProNotes.plist new file mode 100644 index 0000000..f2d9fd6 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.dexterleng.ProNotes.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.electron.lark.plist b/.sync/marsway-air.local/Library/Preferences/com.electron.lark.plist new file mode 100644 index 0000000..6126d3f Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.electron.lark.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.ephod.Viso.plist b/.sync/marsway-air.local/Library/Preferences/com.ephod.Viso.plist new file mode 100644 index 0000000..cbdebdc Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.ephod.Viso.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.ethanbills.DockDoor.plist b/.sync/marsway-air.local/Library/Preferences/com.ethanbills.DockDoor.plist new file mode 100644 index 0000000..bcd0e1b Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.ethanbills.DockDoor.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.hegenberg.BetterTouchTool.plist b/.sync/marsway-air.local/Library/Preferences/com.hegenberg.BetterTouchTool.plist new file mode 100644 index 0000000..6c080b8 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.hegenberg.BetterTouchTool.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.kangfenmao.CherryStudio.plist b/.sync/marsway-air.local/Library/Preferences/com.kangfenmao.CherryStudio.plist new file mode 100644 index 0000000..deb62e0 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.kangfenmao.CherryStudio.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.microsoft.OneDrive.plist b/.sync/marsway-air.local/Library/Preferences/com.microsoft.OneDrive.plist new file mode 100644 index 0000000..09d89a0 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.microsoft.OneDrive.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.microsoft.VSCode.plist b/.sync/marsway-air.local/Library/Preferences/com.microsoft.VSCode.plist new file mode 100644 index 0000000..ebef7aa Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.microsoft.VSCode.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.mitchellh.ghostty.plist b/.sync/marsway-air.local/Library/Preferences/com.mitchellh.ghostty.plist new file mode 100644 index 0000000..aff3e79 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.mitchellh.ghostty.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.molunerfinn.picgo.plist b/.sync/marsway-air.local/Library/Preferences/com.molunerfinn.picgo.plist new file mode 100644 index 0000000..5a35874 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.molunerfinn.picgo.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.nektony.App-Cleaner-SIII.plist b/.sync/marsway-air.local/Library/Preferences/com.nektony.App-Cleaner-SIII.plist new file mode 100644 index 0000000..219d214 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.nektony.App-Cleaner-SIII.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.netease.163music.plist b/.sync/marsway-air.local/Library/Preferences/com.netease.163music.plist new file mode 100644 index 0000000..6d85dba Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.netease.163music.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.noodlesoft.Hazel.plist b/.sync/marsway-air.local/Library/Preferences/com.noodlesoft.Hazel.plist new file mode 100644 index 0000000..f51bf57 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.noodlesoft.Hazel.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.opentext.Exceed-TurboX-Client-Launcher-12.plist b/.sync/marsway-air.local/Library/Preferences/com.opentext.Exceed-TurboX-Client-Launcher-12.plist new file mode 100644 index 0000000..bfe4c71 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.opentext.Exceed-TurboX-Client-Launcher-12.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.oray.sunlogin.macclient.plist b/.sync/marsway-air.local/Library/Preferences/com.oray.sunlogin.macclient.plist new file mode 100644 index 0000000..46f6e69 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.oray.sunlogin.macclient.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.oray.sunlogin.macclientent.plist b/.sync/marsway-air.local/Library/Preferences/com.oray.sunlogin.macclientent.plist new file mode 100644 index 0000000..d07e654 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.oray.sunlogin.macclientent.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.parallels.desktop.console.plist b/.sync/marsway-air.local/Library/Preferences/com.parallels.desktop.console.plist new file mode 100644 index 0000000..033b73f Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.parallels.desktop.console.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.raycast.macos.plist b/.sync/marsway-air.local/Library/Preferences/com.raycast.macos.plist new file mode 100644 index 0000000..c4442d1 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.raycast.macos.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.rogueamoeba.Piezo.plist b/.sync/marsway-air.local/Library/Preferences/com.rogueamoeba.Piezo.plist new file mode 100644 index 0000000..997aa0b Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.rogueamoeba.Piezo.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.sibersystems.goodsyncmac2000.plist b/.sync/marsway-air.local/Library/Preferences/com.sibersystems.goodsyncmac2000.plist new file mode 100644 index 0000000..7331dc0 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.sibersystems.goodsyncmac2000.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.surteesstudios.Bartender.plist b/.sync/marsway-air.local/Library/Preferences/com.surteesstudios.Bartender.plist new file mode 100644 index 0000000..7f93159 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.surteesstudios.Bartender.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.tencent.meeting.plist b/.sync/marsway-air.local/Library/Preferences/com.tencent.meeting.plist new file mode 100644 index 0000000..976db10 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.tencent.meeting.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.tidalab.client.plist b/.sync/marsway-air.local/Library/Preferences/com.tidalab.client.plist new file mode 100644 index 0000000..4837f14 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.tidalab.client.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.timpler.screenstudio.plist b/.sync/marsway-air.local/Library/Preferences/com.timpler.screenstudio.plist new file mode 100644 index 0000000..f48ce2b Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.timpler.screenstudio.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.tinyspeck.slackmacgap.plist b/.sync/marsway-air.local/Library/Preferences/com.tinyspeck.slackmacgap.plist new file mode 100644 index 0000000..a3269b8 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.tinyspeck.slackmacgap.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.todesktop.230313mzl4w4u92.plist b/.sync/marsway-air.local/Library/Preferences/com.todesktop.230313mzl4w4u92.plist new file mode 100644 index 0000000..c58f3d1 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.todesktop.230313mzl4w4u92.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.trae.app.plist b/.sync/marsway-air.local/Library/Preferences/com.trae.app.plist new file mode 100644 index 0000000..803a835 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.trae.app.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.twopeoplesoftware.breaksforeyes-devmate.plist b/.sync/marsway-air.local/Library/Preferences/com.twopeoplesoftware.breaksforeyes-devmate.plist new file mode 100644 index 0000000..a5cbb46 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.twopeoplesoftware.breaksforeyes-devmate.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.ugreen.pro.client.plist b/.sync/marsway-air.local/Library/Preferences/com.ugreen.pro.client.plist new file mode 100644 index 0000000..c3b70a6 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.ugreen.pro.client.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/com.xianfengtech.day.pc.plist b/.sync/marsway-air.local/Library/Preferences/com.xianfengtech.day.pc.plist new file mode 100644 index 0000000..813d512 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/com.xianfengtech.day.pc.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/company.thebrowser.Browser.plist b/.sync/marsway-air.local/Library/Preferences/company.thebrowser.Browser.plist new file mode 100644 index 0000000..c910311 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/company.thebrowser.Browser.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/cools.wins.main.plist b/.sync/marsway-air.local/Library/Preferences/cools.wins.main.plist new file mode 100644 index 0000000..b316f97 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/cools.wins.main.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/dev.kdrag0n.MacVirt.plist b/.sync/marsway-air.local/Library/Preferences/dev.kdrag0n.MacVirt.plist new file mode 100644 index 0000000..8ebd8e8 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/dev.kdrag0n.MacVirt.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/io.capacities.app.plist b/.sync/marsway-air.local/Library/Preferences/io.capacities.app.plist new file mode 100644 index 0000000..f651003 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/io.capacities.app.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/io.github.clash-verge-rev.clash-verge-rev.plist b/.sync/marsway-air.local/Library/Preferences/io.github.clash-verge-rev.clash-verge-rev.plist new file mode 100644 index 0000000..d3df5e6 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/io.github.clash-verge-rev.clash-verge-rev.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/io.tailscale.ipn.macsys.plist b/.sync/marsway-air.local/Library/Preferences/io.tailscale.ipn.macsys.plist new file mode 100644 index 0000000..42d8561 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/io.tailscale.ipn.macsys.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/jacklandrin.OnlySwitch.plist b/.sync/marsway-air.local/Library/Preferences/jacklandrin.OnlySwitch.plist new file mode 100644 index 0000000..c6f4721 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/jacklandrin.OnlySwitch.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/md.obsidian.plist b/.sync/marsway-air.local/Library/Preferences/md.obsidian.plist new file mode 100644 index 0000000..e81fffd Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/md.obsidian.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/me.alvinzhu.Thor.plist b/.sync/marsway-air.local/Library/Preferences/me.alvinzhu.Thor.plist new file mode 100644 index 0000000..aad0527 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/me.alvinzhu.Thor.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/name.guoc.SpaceLauncher.plist b/.sync/marsway-air.local/Library/Preferences/name.guoc.SpaceLauncher.plist new file mode 100644 index 0000000..f6cbe69 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/name.guoc.SpaceLauncher.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/org.alacritty.plist b/.sync/marsway-air.local/Library/Preferences/org.alacritty.plist new file mode 100644 index 0000000..b92fadb Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/org.alacritty.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/org.hammerspoon.Hammerspoon.plist b/.sync/marsway-air.local/Library/Preferences/org.hammerspoon.Hammerspoon.plist new file mode 100644 index 0000000..a74ec0b Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/org.hammerspoon.Hammerspoon.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/ru.keepcoder.Telegram.plist b/.sync/marsway-air.local/Library/Preferences/ru.keepcoder.Telegram.plist new file mode 100644 index 0000000..5ab51c6 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/ru.keepcoder.Telegram.plist differ diff --git a/.sync/marsway-air.local/Library/Preferences/tw.ogdesign.eagle.plist b/.sync/marsway-air.local/Library/Preferences/tw.ogdesign.eagle.plist new file mode 100644 index 0000000..4bb3190 Binary files /dev/null and b/.sync/marsway-air.local/Library/Preferences/tw.ogdesign.eagle.plist differ diff --git a/Brewfile b/Brewfile deleted file mode 100644 index c50b0f9..0000000 --- a/Brewfile +++ /dev/null @@ -1,73 +0,0 @@ -brew "autossh" -brew "fish" -brew "fzf" -brew "go" -brew "htop" -brew "lua" -brew "mackup" -brew "mas" -brew "neofetch" -brew "neovim" -brew "node" -brew "ocrmypdf" -brew "pnpm" -brew "repo" -brew "rust" -brew "stow" -brew "stylua" -brew "tmux" -brew "trash" -brew "tree" -brew "wget" -brew "xdotool" -brew "xprop" -brew "xwininfo" -cask "agent-tars" -cask "alacritty" -cask "bettertouchtool" -cask "capacities" -cask "cherry-studio" -cask "clash-verge-rev" -cask "coteditor" -cask "cursor" -cask "dockdoor" -cask "flutter" -cask "font-jetbrains-mono" -cask "font-jetbrains-mono-nerd-font" -cask "font-maple-mono-nf-cn" -cask "ghostty" -cask "hammerspoon" -cask "kando" -cask "keka" -cask "kitty" -cask "lm-studio" -cask "lookaway" -cask "lunarbar" -cask "maccy" -cask "miniconda" -cask "obsidian" -cask "only-switch" -cask "orbstack" -cask "picgo" -cask "snipaste" -cask "spacelauncher" -cask "syncalicious" -cask "tailscale" -cask "thor" -cask "trae" -cask "trae-cn" -cask "visual-studio-code" -cask "wezterm" -vscode "github.copilot" -vscode "github.copilot-chat" -vscode "kevinrose.vsc-python-indent" -vscode "ms-azuretools.vscode-docker" -vscode "ms-python.debugpy" -vscode "ms-python.python" -vscode "ms-python.vscode-pylance" -vscode "ms-vscode-remote.remote-containers" -vscode "ms-vscode-remote.remote-ssh" -vscode "ms-vscode-remote.remote-ssh-edit" -vscode "ms-vscode.remote-explorer" -vscode "parallelsdesktop.parallels-desktop" -vscode "subframe7536.theme-maple" diff --git a/README.md b/README.md index 7383dc9..a569618 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -git clone https://git.marsway.red/liwei/shellconfig.git ~/.vvconfig --recurisve -source ~/.vvconfig/install.sh +git clone https://git.marsway.red/liwei/shellconfig.git ~/Documents/.vvconfig --recurisve +cd ~/Documents/.vvconfig && source install.sh diff --git a/install/mas.sh b/install/mas.sh new file mode 100644 index 0000000..a7b149b --- /dev/null +++ b/install/mas.sh @@ -0,0 +1,3 @@ +# Nook X 灵动岛 +mas install 6733240772 + diff --git a/scripts/z.lua b/scripts/z.lua deleted file mode 160000 index 4bbd0f1..0000000 --- a/scripts/z.lua +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4bbd0f1e5889f2755438952785a11b7a8222f696