Commit 1b0a19a
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}"