diff --git a/files/gitconfig b/files/gitconfig index 8657ad8..8bced52 100644 --- a/files/gitconfig +++ b/files/gitconfig @@ -1,3 +1,11 @@ [user] email = leoalho@proton.me name = Leo Alho + +[alias] + co = checkout + br = branch + c = commit + a = add + p = push + st = status diff --git a/home.scm b/home.scm index 8e7becb..94a3fd3 100644 --- a/home.scm +++ b/home.scm @@ -31,13 +31,15 @@ `(("gdb/gdbinit" ,%default-gdbinit) ("nano/nanorc" ,%default-nanorc)))) %base-home-services)) - (packages (specifications->packages '("git" "tmux" + (packages (specifications->packages '("git" + "tmux" "alacritty" "htop" "node" "go" "neovim" - "firefox"))) + "firefox" + "vscodium"))) ))