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] [core]
excludesfile = /Users/tyrel/.gitignore_global excludesfile = ~/.gitignore_global
editor = nvim editor = nvim
symlinks = false symlinks = false
pager = less -F -X pager = less -F -X
[user] [user]
email = tyrelsouza@gmail.com email = tyrelsouza@gmail.com
name = Tyrel Souza name = Tyrel Souza
signingkey = F3614B02ACBE438E signingkey = F3614B02ACBE438E
[commit] [commit]
#gpgsign = true gpgsign = true
template = /Users/tyrel/.stCommitMsg template = /Users/tyrel/.stCommitMsg
[color] [color]
ui = auto # covers diff = true, status = auto, branch = auto ui = auto # covers diff = true, status = auto, branch = auto
interactive = auto interactive = auto
[push] [push]
default = current default = current
[fetch] [fetch]
prune = true prune = true
[format] [format]

View File

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

View File

@ -22,7 +22,12 @@
home.file = { home.file = {
".tmux.conf" = { ".tmux.conf" = {
source = ../../home/tmux.conf; source = ../../home/tmux.conf;
recursive = true; };
".gitconfig" = {
source = ../../home/gitconfig;
};
".gitignore" = {
source = ../../home/gitignore;
}; };
"bin" = { "bin" = {
source = ../../home/bin; source = ../../home/bin;

View File

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