Skip to content

Commit 49cfa73

Browse files
committed
Personal config.toml
1 parent 2e9b237 commit 49cfa73

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
[zsh]
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
[env]
1212
# Keep these 3 envs unchanged!
@@ -20,14 +20,17 @@ HELLO_CODESPACES = "hello codespaces"
2020
asdf = "mise"
2121
hm = "home-manager"
2222
hms = "home-manager switch --impure"
23+
dev = "home-manager switch --impure --flake ~/.codespaces"
2324
brewdump = "brew bundle dump --describe --force"
2425
brewup = "brew bundle install"
26+
nixgc = "nix-collect-garbage --delete-old"
27+
ll = "ls -alh"
2528

2629
[ssh.pubkey]
2730
# Public key should be safe
2831
name = "ssh-ed25519.pub"
29-
content = "your ssh pubic key"
32+
content = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOK7ik+4zRv9ppx+7o/vPHb66NK0NtyICvM5/ogINEBO [email protected]"
3033

3134
[nix]
3235
# https://search.nixos.org/packages
33-
packages = ["mise", "tree", "neofetch"]
36+
packages = ["mise", "pass", "tldr", "tree", "neofetch"]

0 commit comments

Comments
 (0)