Skip to content

balthild/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Balthild's dotfiles

Managed with dotter.

Deploy

Prepare the environment:

# macOS
curl -sSf -L https://install.lix.systems/lix | sh -s -- install
nix shell 'nixpkgs#git' 'nixpkgs#dotter'
# Windows
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
scoop install git dotter

Clone the repository to ~/.dotfiles:

cd ~
git clone https://github.com/balthild/dotfiles .dotfiles
cd .dotfiles

Create ~/.dotfiles/.dotter/local.toml and specify the packages to be deployed:

# macOS
includes = [".dotter/macos.toml"]
packages = ["default"]
# Windows
includes = [".dotter/windows.toml"]
packages = ["default"]

Confirm what will be deployed:

dotter deploy --dry-run
# or shorter
dotter deploy -d

Deploy:

dotter deploy

Packages

Nix

Requires nix-darwin.

First-time installation:

nix run nix-darwin/master#darwin-rebuild -- switch --flake ~/.dotfiles/nix

Apply changes:

darwin-rebuild -- switch --flake ~/.dotfiles/nix

WSL

ArchWSL

Shell

Requires elvish, starship, and carapace.

# Windows
scoop install elvish starship carapace-bin

Rime

Requires rime-ice.

bash rime-install iDvel/rime-ice:others/recipes/full

Weasel 0.11+ has plum (rime-install) out of the box, located at 「输入法设定」 — 「获取更多输入方案」. After bootstrapping:

cd ~/AppData/Roaming/plum
./rime-install iDvel/rime-ice:others/recipes/full

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published