Add vscodium. Add git aliases
This commit is contained in:
parent
1434290158
commit
f58ac97a3b
2 changed files with 12 additions and 2 deletions
|
|
@ -1,3 +1,11 @@
|
||||||
[user]
|
[user]
|
||||||
email = leoalho@proton.me
|
email = leoalho@proton.me
|
||||||
name = Leo Alho
|
name = Leo Alho
|
||||||
|
|
||||||
|
[alias]
|
||||||
|
co = checkout
|
||||||
|
br = branch
|
||||||
|
c = commit
|
||||||
|
a = add
|
||||||
|
p = push
|
||||||
|
st = status
|
||||||
|
|
|
||||||
6
home.scm
6
home.scm
|
|
@ -31,13 +31,15 @@
|
||||||
`(("gdb/gdbinit" ,%default-gdbinit)
|
`(("gdb/gdbinit" ,%default-gdbinit)
|
||||||
("nano/nanorc" ,%default-nanorc))))
|
("nano/nanorc" ,%default-nanorc))))
|
||||||
%base-home-services))
|
%base-home-services))
|
||||||
(packages (specifications->packages '("git" "tmux"
|
(packages (specifications->packages '("git"
|
||||||
|
"tmux"
|
||||||
"alacritty"
|
"alacritty"
|
||||||
"htop"
|
"htop"
|
||||||
"node"
|
"node"
|
||||||
"go"
|
"go"
|
||||||
"neovim"
|
"neovim"
|
||||||
"firefox")))
|
"firefox"
|
||||||
|
"vscodium")))
|
||||||
|
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue