Skip to content

Commit d450b81

Browse files
committed
Personal config.toml
1 parent de5054b commit d450b81

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed

.config/home-manager/home.nix

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,6 @@
3131
enable = true;
3232
userName = userConfig.git.username;
3333
userEmail = userConfig.git.email;
34-
<<<<<<< HEAD
35-
=======
36-
};
37-
38-
# Bash
39-
programs.bash = {
40-
enable = true;
41-
shellAliases = userConfig.aliases;
42-
initExtra = ''
43-
. "${pkgs.asdf-vm}/share/asdf-vm/asdf.sh"
44-
. "${pkgs.asdf-vm}/share/asdf-vm/completions/asdf.bash"
45-
'';
46-
>>>>>>> def5b1e (Parameterized build script)
4734
};
4835

4936
# Zsh

config.toml

Lines changed: 12 additions & 5 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,18 +16,25 @@ 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
2932
<<<<<<< HEAD
33+
<<<<<<< HEAD
3034
packages = ["asdf-vm", "tree", "neofetch", "zsh-autosuggestions"]
3135
=======
3236
packages = ["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

Comments
 (0)