1
0
Fork 0

Compare commits

...

8 commits

5 changed files with 46 additions and 7 deletions

View file

@ -5,5 +5,7 @@
"editor.fontLigatures": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"kerneldev.experimental.newDtsEngine": true,
"ctags.disable": true,
}

View file

@ -1,3 +1,11 @@
if status is-interactive
# Commands to run in interactive sessions can go here
end
alias g=git
alias gt=goto
function 0file; curl -F"file=@$argv" https://envs.sh; end
function 0pb; curl -F"file=@-;" https://envs.sh; end
function 0url; curl -F"url=$argv" https://envs.sh; end
function 0short; curl -F"shorten=$argv" https://envs.sh; end

View file

@ -6,8 +6,6 @@
signingKey = 7231804B052C670F15A6771DB918086ED8045B91
[commit]
gpgSign = true
[push]
gpgSign = if-asked
[tag]
gpgSign = true
[core]
@ -18,3 +16,26 @@
rebase = false
[merge]
conflictstyle = diff3
[diff]
tool = difftastic
[difftool]
prompt = false
[difftool "difftastic"]
cmd = difft "$LOCAL" "$REMOTE"
[pager]
difftool = true
[alias]
dft = difftool
logt = "!f() { GIT_EXTERNAL_DIFF=difft git log -p --ext-diff $@; }; f"
l = log
lt = logt
ol = "log --oneline"
c = commit
p = push
g = pull
f = fetch
s = status
a = add
d = diff
dt = difftool
cp = cherry-pick

8
.gitignore vendored
View file

@ -1,19 +1,19 @@
*
!*/
!/.gitignore
!/.gitconfig
!/.profile
!/.gdbinit
!/.ssh/
!/.ssh/authorized_keys
!/.ssh/config
!/.config/
!/.config/*/
!/.config/user-dirs.dirs
!/.config/autostart/ssh-add.desktop
!/.config/environment.d/sdk.conf
!/.config/environment.d/editor.conf
!/.config/environment.d/ssh.conf
!/.config/environment.d/
!/.config/Code - Exploration/User/settings.json
!/.config/Code - Insiders/User/settings.json
!/.config/fish/config.fish

View file

@ -1,2 +1,10 @@
ServerAliveInterval=5
IdentityFile=~/.ssh/id_ed25519
Host 192.168.0.*
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
Host 172.16.42.1
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null