updates
This commit is contained in:
parent
2c1fe18a33
commit
49a5240079
5
home/bin/ebook
Executable file
5
home/bin/ebook
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
fname="$1"
|
||||
scp -rp "$1" "tyrel-dell:/kubernetes-volumes/calibre/incoming/$fname";
|
@ -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]
|
||||
|
@ -17,3 +17,5 @@ venv/
|
||||
|
||||
production_healththankyou_events.json
|
||||
staging_healththankyou_events.json
|
||||
|
||||
shell.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;
|
||||
|
@ -15,9 +15,12 @@
|
||||
"jetbrains-toolbox"
|
||||
"karabiner-elements"
|
||||
"meetingbar"
|
||||
"qsyncthingtray"
|
||||
"scrivener"
|
||||
"slack"
|
||||
"spotify"
|
||||
"steam"
|
||||
"syncthing"
|
||||
"tailscale"
|
||||
"telegram-desktop"
|
||||
"thunderbird"
|
||||
|
Loading…
Reference in New Issue
Block a user