-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
30 lines (25 loc) · 716 Bytes
/
config.toml
File metadata and controls
30 lines (25 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[git]
username = "your name"
email = "name@example.com"
[omz]
# https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
theme = "robbyrussell"
# https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins
plugins = ["git"]
[env]
# Keep these envs unchanged!
DISABLE_MAGIC_FUNCTIONS = "true"
HOMEBREW_BUNDLE_FILE = "~/.config/homebrew/Brewfile"
HOMEBREW_NO_AUTO_UPDATE = "true"
ELECTRON_OZONE_PLATFORM_HINT = "auto"
[alias]
hm = "home-manager"
hms = "home-manager switch --impure"
brewdump = "brew bundle dump --cask --mas --tap --describe --force"
brewup = "brew bundle install"
[home.file]
".ssh/id_ed25519.pub" = { text = "your ssh pubic key" }
[nix]
# https://search.nixos.org/packages
packages = ["fastfetch"]
version = "24.05"