diff --git a/files/gitconfig b/files/gitconfig new file mode 100644 index 0000000..8657ad8 --- /dev/null +++ b/files/gitconfig @@ -0,0 +1,3 @@ +[user] + email = leoalho@proton.me + name = Leo Alho diff --git a/files/init.lua b/files/init.lua index 93bd395..952c13f 100644 --- a/files/init.lua +++ b/files/init.lua @@ -1,5 +1,6 @@ -vim.opt.number = true vim.opt.swapfile = true vim.opt.autoindent = true vim.opt.shiftwidth = 4 vim.opt.confirm = true +vim.opt.relativenumber = true +vim.opt.number = true diff --git a/home.scm b/home.scm index cd55467..8e7becb 100644 --- a/home.scm +++ b/home.scm @@ -16,7 +16,8 @@ ;; (service home-fish-service-type) ;; (service home-zsh-service-type) (simple-service 'my-dotfiles home-files-service-type - `((".tmux.conf" ,(local-file "files/tmux.conf")))) + `((".tmux.conf" ,(local-file "files/tmux.conf")) + (".gitconfig" ,(local-file "files/gitconfig")))) (simple-service 'my-xdg-configs home-xdg-configuration-files-service-type `(("alacritty/alacritty.toml" ,(local-file