Skip to content

Commit f810ae2

Browse files
committed
Personal config.toml
1 parent 82c868b commit f810ae2

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 envs unchanged!
@@ -18,14 +18,17 @@ HELLO_CODESPACES = "hello codespaces"
1818
[aliases]
1919
hm = "home-manager"
2020
hms = "home-manager switch --impure"
21+
dev = "bash ~/.codespaces/.devcontainer/first-run-setup.sh"
2122
brewdump = "brew bundle dump --describe --force"
2223
brewup = "brew bundle install"
24+
nixgc = "nix-collect-garbage --delete-old"
25+
ll = "ls -alh"
2326

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

2932
[nix]
3033
# https://search.nixos.org/packages
31-
packages = ["mise", "tree", "neofetch"]
34+
packages = ["mise", "pass", "tldr", "tree", "neofetch"]

0 commit comments

Comments
 (0)