https://github.com/elliotxx/scripts
各种脚本
https://github.com/elliotxx/scripts
Last synced: 6 months ago
JSON representation
各种脚本
- Host: GitHub
- URL: https://github.com/elliotxx/scripts
- Owner: elliotxx
- License: mit
- Created: 2020-10-28T12:48:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T09:29:29.000Z (about 1 year ago)
- Last Synced: 2025-04-12T23:44:26.546Z (6 months ago)
- Language: Shell
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scripts
各种脚本## windows 安装清单
```bash
scoop bucket add extras
scoop bucket add nerd-fonts
scoop install firacode
scoop install bat curl dark docker firacode fzf git-aliases grep innounp jq lazygit less lunarvim neovim python sed sudo touch vim wezterm which winget wixtoolset 7zip git openssh pwsh
```后置操作:
1. 配置 git 国内代理,方便拉取 neovim plugin:`git config --global url."https://mirror.ghproxy.com/https://github.com/".insteadof "https://github.com/"`
2. 手动执行 lunarvim 安装脚本: `~/scoop/app/lunarvim/current/install.ps1`## 参考
- [LazyVim 国内安装一些问题的解决办法](https://zhuanlan.zhihu.com/p/692316649)