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,18 +16,25 @@ HOMEBREW_BUNDLE_FILE = "~/.config/homebrew/Brewfile"
1616[aliases ]
1717hm = " home-manager"
1818hms = " home-manager switch --impure"
19+ dev = " bash ~/.codespaces/.devcontainer/first-run-setup.sh"
1920brewdump = " brew bundle dump --describe --force"
2021brewup = " brew bundle install"
22+ nixgc = " nix-collect-garbage --delete-old"
23+ ll = " ls -alh"
2124
2225[ssh .pubkey ]
2326# Public key should be safe
2427name = " 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
2932<<<<<<< HEAD
33+ <<<<<<< HEAD
3034packages = [" asdf-vm" , " tree" , " neofetch" , " zsh-autosuggestions" ]
3135=======
3236packages = [" asdf-vm" , " tree" , " neofetch" ]
3337>>>>>>> 7f5cea2 (Parameterized build script)
38+ =======
39+ packages = [" asdf-vm" , " pass" , " tldr" , " tree" , " neofetch" ]
40+ >>>>>>> 36e7ae9 (Personal config.toml)
0 commit comments