Basic configuration
This commit is contained in:
parent
32eaaae4b2
commit
ef7a765132
10
configs/git/.gitconfig
Normal file
10
configs/git/.gitconfig
Normal file
@ -0,0 +1,10 @@
|
||||
[user]
|
||||
email = ewpratten@gmail.com
|
||||
name = Evan Pratten
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[url "ssh://git@github.com/"]
|
||||
insteadOf = https://github.com/
|
70
configs/ssh/config
Normal file
70
configs/ssh/config
Normal file
@ -0,0 +1,70 @@
|
||||
|
||||
# Personal servers
|
||||
Host rtl-netlink
|
||||
HostName netlink.local
|
||||
User pi
|
||||
|
||||
Host rtl-compute
|
||||
Hostname compute.local
|
||||
User pi
|
||||
|
||||
Host gw-ca-tor-01
|
||||
Hostname gw-ca-tor-01.servers.retrylife.ca
|
||||
|
||||
Host hp-desktop
|
||||
Hostname 10.9.0.12
|
||||
|
||||
# Github SSH adapter for restricted networks
|
||||
Host github.com
|
||||
HostName ssh.github.com
|
||||
Port 443
|
||||
|
||||
Host gist.github.com
|
||||
HostName ssh.github.com
|
||||
Port 443
|
||||
|
||||
# IndustrialBrothers Internal network
|
||||
Host ib-*
|
||||
Hostname %h.industrialbrothers.com
|
||||
IdentityFile ~/.ssh/industrialbrothers_id_ed25519
|
||||
RequestTTY force
|
||||
User epratten
|
||||
|
||||
Host *.industrialbrothers.com
|
||||
IdentityFile ~/.ssh/industrialbrothers_id_ed25519
|
||||
|
||||
Host ib-8700k-125
|
||||
RemoteCommand powershell "& 'C:\Program Files\Git\bin\sh.exe' --login"
|
||||
Host ib-8700k-139
|
||||
RemoteCommand powershell "& 'C:\Program Files\Git\bin\sh.exe' --login"
|
||||
|
||||
Host ib-rfcpu-002-lnx
|
||||
User evan
|
||||
|
||||
Host ib-rfcpu-001-lnx
|
||||
User epratten
|
||||
|
||||
# Default hostnames I may encounter in the wild
|
||||
Host openrepeater.local
|
||||
HostName openrepeater.local
|
||||
User root
|
||||
StrictHostKeyChecking no
|
||||
|
||||
Host raspberrypi.local
|
||||
StrictHostKeyChecking no
|
||||
User pi
|
||||
|
||||
# Raider Robotics
|
||||
Host 10.50.24.2
|
||||
StrictHostKeyChecking no
|
||||
User admin
|
||||
|
||||
# Sheridan
|
||||
Host atlas
|
||||
User prattene
|
||||
RequestTTY yes
|
||||
RemoteCommand ~/.local/bin/zsh --login
|
||||
|
||||
Host sheridan-cpanel
|
||||
User prattene
|
||||
HostName cpanel.prattene.dev.fast.sheridanc.on.ca
|
@ -0,0 +1,16 @@
|
||||
- defaults:
|
||||
link:
|
||||
relink: true
|
||||
|
||||
- clean: ['~']
|
||||
|
||||
- link:
|
||||
~/.gitconfig: configs/git/.gitconfig
|
||||
~/.ssh/config: configs/ssh/config
|
||||
|
||||
- create:
|
||||
- ~/Downloads
|
||||
- ~/bin
|
||||
|
||||
- shell:
|
||||
- [git submodule update --init --recursive, Installing submodules]
|
Loading…
x
Reference in New Issue
Block a user