Dotfiles for Windows and Linux
- Bat
- Delta
- Git
- Gitui
- Helix
- Idea
- Joshuto (Only Linux)
- Komorebi
- Lazygit
- Neovim
- Nushell
- Powershell
- Rio
- Starship
- Vim
- Wezterm
- Yazi
- Zellij
dotter分支下存放了Windows与Linux平台的dotter可执行文件
Windows:
scoop install dotter
Cargo:
cargo install dotter
在.dotter
文件夹下,将local.toml.example
重命名为local.toml
local.toml
示例:
includes = [".dotter/include/windows.toml"]
packages = ["nvim"]
[files]
[variables]
注: Windows下需要管理员权限才能创建软链接
dotter -v # [-v]可选,显示详细信息
# 取消部署
dotter undeploy