diff --git a/home/bin/ebook b/home/bin/ebook new file mode 100755 index 0000000..262d3be --- /dev/null +++ b/home/bin/ebook @@ -0,0 +1,5 @@ +#!/bin/bash +set -e + +fname="$1" +scp -rp "$1" "tyrel-dell:/kubernetes-volumes/calibre/incoming/$fname"; diff --git a/home/gitconfig b/home/gitconfig index 6602c70..62d7f96 100644 --- a/home/gitconfig +++ b/home/gitconfig @@ -1,20 +1,20 @@ [core] - excludesfile = /Users/tyrel/.gitignore_global - editor = nvim - symlinks = false - pager = less -F -X + excludesfile = ~/.gitignore_global + editor = nvim + symlinks = false + pager = less -F -X [user] email = tyrelsouza@gmail.com name = Tyrel Souza signingkey = F3614B02ACBE438E [commit] - #gpgsign = true + gpgsign = true template = /Users/tyrel/.stCommitMsg [color] ui = auto # covers diff = true, status = auto, branch = auto interactive = auto [push] - default = current + default = current [fetch] prune = true [format] diff --git a/home/gitignore b/home/gitignore index 03c9c6c..eb88175 100644 --- a/home/gitignore +++ b/home/gitignore @@ -17,3 +17,5 @@ venv/ production_healththankyou_events.json staging_healththankyou_events.json + +shell.nix diff --git a/hosts/_common/home.nix b/hosts/_common/home.nix index 9a232b1..6b94cbd 100644 --- a/hosts/_common/home.nix +++ b/hosts/_common/home.nix @@ -22,7 +22,12 @@ home.file = { ".tmux.conf" = { source = ../../home/tmux.conf; - recursive = true; + }; + ".gitconfig" = { + source = ../../home/gitconfig; + }; + ".gitignore" = { + source = ../../home/gitignore; }; "bin" = { source = ../../home/bin; diff --git a/hosts/ts-tl-mbp/brew.nix b/hosts/ts-tl-mbp/brew.nix index d0c3970..c3b0912 100644 --- a/hosts/ts-tl-mbp/brew.nix +++ b/hosts/ts-tl-mbp/brew.nix @@ -15,9 +15,12 @@ "jetbrains-toolbox" "karabiner-elements" "meetingbar" + "qsyncthingtray" + "scrivener" "slack" "spotify" "steam" + "syncthing" "tailscale" "telegram-desktop" "thunderbird"