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,5 +1,5 @@
|
|||||||
[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
|
||||||
@ -8,7 +8,7 @@
|
|||||||
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
|
||||||
|
@ -17,3 +17,5 @@ venv/
|
|||||||
|
|
||||||
production_healththankyou_events.json
|
production_healththankyou_events.json
|
||||||
staging_healththankyou_events.json
|
staging_healththankyou_events.json
|
||||||
|
|
||||||
|
shell.nix
|
||||||
|
@ -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;
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user