Commit 1b0a19a

bryfry <bryon@fryer.io>
2024-02-28 20:15:28
git user config
1 parent f61b593
Changed files (3)
files/gitconfig
@@ -0,0 +1,3 @@
+[user]
+	email = bryon@fryer.io
+	name = bryfry
main.yml
@@ -152,6 +152,8 @@
         dest: ".config/kitty/theme.conf"
       - src: "bashrc"
         dest: ".bashrc"
+      - src: "gitconfig"
+        dest: ".gitconfig"
       # all bashrc_d files
       - src: "bashrc_d"
         dest: ".bashrc.d"
README.md
@@ -8,7 +8,13 @@
 
   # apt
   sudo apt update
-  sudo apt install -y python3-pip python3-venv git git-lfs
+  sudo apt install -y \
+    python3-pip \
+    python3-venv \
+    git \
+    git-lfs \
+    sudo \
+    accountsservice
 
   # fetch
   mkdir -p "${CONFIG_DIR}"