Skip to content

Commit 685c4df

Browse files
committed
Personal config.toml
1 parent def5b1e commit 685c4df

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

config.toml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[git]
2-
username = "your name"
3-
email = "name@example.com"
2+
username = "arctan95"
3+
email = "jaeqentan@gmail.com"
44

55
[omz]
66
# https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
7-
theme = "robbyrussell"
7+
theme = "bira"
88
# https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins
9-
plugins = ["git", "z"]
9+
plugins = ["git", "pass", "z"]
1010

1111
[envs]
1212
# Keep these envs unchanged!
@@ -16,14 +16,17 @@ HOMEBREW_BUNDLE_FILE = "~/.config/homebrew/Brewfile"
1616
[aliases]
1717
hm = "home-manager"
1818
hms = "home-manager switch --impure"
19+
dev = "bash ~/.codespaces/.devcontainer/first-run-setup.sh"
1920
brewdump = "brew bundle dump --describe --force"
2021
brewup = "brew bundle install"
22+
nixgc = "nix-collect-garbage --delete-old"
23+
ll = "ls -alh"
2124

2225
[ssh.pubkey]
2326
# Public key should be safe
2427
name = "ssh-ed25519.pub"
25-
content = "your ssh pubic key"
28+
content = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOK7ik+4zRv9ppx+7o/vPHb66NK0NtyICvM5/ogINEBO [email protected]"
2629

2730
[nix]
2831
# https://search.nixos.org/packages
29-
packages = ["asdf-vm", "tree", "neofetch"]
32+
packages = ["asdf-vm", "pass", "tldr", "tree", "neofetch"]

0 commit comments

Comments
 (0)