diff --git a/.Brewfile.Darwin.gooddeAir b/.Brewfile.Darwin.gooddeAir index bdcd2ad..46a3933 100644 --- a/.Brewfile.Darwin.gooddeAir +++ b/.Brewfile.Darwin.gooddeAir @@ -3,6 +3,7 @@ tap "homebrew/cask" tap "homebrew/cask-drivers" tap "homebrew/core" tap "homebrew/services" +tap "mongodb/brew" brew "coreutils" brew "openssl@3" brew "readline" @@ -30,7 +31,7 @@ brew "lima" brew "lsd" brew "mas" brew "zlib" -brew "mysql" +brew "mysql", restart_service: true brew "neovim" brew "node" brew "pinentry-mac" @@ -52,6 +53,7 @@ brew "trzsz-go" brew "wakeonlan" brew "wget" brew "wireguard-tools" +brew "mongodb/brew/mongodb-community" cask "1password" cask "bartender" cask "brave-browser" @@ -61,6 +63,7 @@ cask "datagrip" cask "discord" cask "docker" cask "google-drive" +cask "lark" cask "logi-options-plus" cask "notion" cask "raycast" @@ -71,12 +74,12 @@ cask "tencent-meeting" cask "visual-studio-code" cask "wezterm" mas "1Password for Safari", id: 1569813296 +mas "Bob", id: 1630034110 mas "Microsoft Remote Desktop", id: 1295203466 mas "Microsoft Word", id: 462054704 mas "Reeder", id: 1529448980 mas "Slack", id: 803453959 mas "Twitter", id: 1482454543 -mas "WireGuard", id: 1451685025 mas "Xcode", id: 497799835 mas "微信", id: 836500024 mas "欧路词典", id: 434350458 diff --git a/.zshrc b/.zshrc index 10585c4..28144a4 100644 --- a/.zshrc +++ b/.zshrc @@ -157,6 +157,7 @@ function replace_remote() { fi } + function rsync_work() { remote_dir="/home/tangli" local_work=`pwd` diff --git a/nvim/lua/.luarc.json b/nvim/lua/.luarc.json new file mode 100644 index 0000000..381b36b --- /dev/null +++ b/nvim/lua/.luarc.json @@ -0,0 +1,46 @@ +{ + "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", + "Lua.workspace.library": [ + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/neodev.nvim/types/stable", + "/opt/homebrew/Cellar/neovim/0.8.2/share/nvim/runtime/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/barbar.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/clangd_extensions.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/cmp-buffer/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/cmp-nvim-lsp/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/cmp-vsnip/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/Comment.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/fidget.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/gitsigns.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/hop/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/indent-blankline.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/lsp-colors.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/lsp-setup.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/lsp_lines.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/lsp_signature.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/lualine.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/mason-lspconfig.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/mason.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/neodev.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/nvim-autopairs/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/nvim-cmp/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/nvim-dap/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/nvim-lspconfig/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/nvim-lsputils/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/nvim-tree.lua/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/nvim-treesitter/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/nvim-web-devicons/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/packer.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/plenary.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/rust-tools.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/telescope-vim-bookmarks.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/telescope.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/todo-comments.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/toggleterm.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/tokyonight.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/trouble.nvim/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/vim-illuminate/lua", + "/Users/d0zingcat/.local/share/nvim/site/pack/packer/start/which-key.nvim/lua", + "/Users/d0zingcat/.dotfiles/nvim/lua", + "${3rd}/luassert/library" + ] +} \ No newline at end of file