This commit is contained in:
Tyrel Souza 2023-01-17 18:39:14 -05:00
parent 2c1fe18a33
commit 49a5240079
No known key found for this signature in database
GPG Key ID: F3614B02ACBE438E
5 changed files with 22 additions and 7 deletions

5
home/bin/ebook Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
set -e
fname="$1"
scp -rp "$1" "tyrel-dell:/kubernetes-volumes/calibre/incoming/$fname";

View File

@ -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]

View File

@ -17,3 +17,5 @@ venv/
production_healththankyou_events.json
staging_healththankyou_events.json
shell.nix

View File

@ -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;

View File

@ -15,9 +15,12 @@
"jetbrains-toolbox"
"karabiner-elements"
"meetingbar"
"qsyncthingtray"
"scrivener"
"slack"
"spotify"
"steam"
"syncthing"
"tailscale"
"telegram-desktop"
"thunderbird"