merge remotes
This commit is contained in:
@@ -8,3 +8,11 @@
|
||||
- **secrets**: Age-encrypted secrets shared between multiple hosts.
|
||||
Host-specific secrets are stored in their own directories.
|
||||
- **system**: Base NixOS modules shared among all hosts
|
||||
|
||||
## Dotfiles
|
||||
|
||||
### Linking with dotbotc (for windows)
|
||||
|
||||
```sh
|
||||
dotbot -c ./dotbot/windows.yaml -d home
|
||||
```
|
||||
|
||||
8
dotbot/windows.yaml
Normal file
8
dotbot/windows.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
- defaults:
|
||||
link:
|
||||
relink: true
|
||||
|
||||
- link:
|
||||
~/AppData/Roaming/helix/config.toml: .config/helix/config.toml
|
||||
~/AppData/Roaming/jj/config.toml: .config/jj/config.toml
|
||||
~/AppData/Roaming/nushell/config.nu: .config/nushell/config.nu
|
||||
9
home/.config/nushell/config.nu
Normal file
9
home/.config/nushell/config.nu
Normal file
@@ -0,0 +1,9 @@
|
||||
alias ls = eza
|
||||
alias ll = eza -l
|
||||
alias lla = eza -la
|
||||
alias h = hx
|
||||
alias g = git
|
||||
|
||||
# Load starship prompt
|
||||
mkdir ($nu.data-dir | path join "vendor/autoload")
|
||||
starship init nu | save -f ($nu.data-dir | path join "vendor/autoload/starship.nu")
|
||||
Reference in New Issue
Block a user