Merge branch 'master' of https://afterdark.org.uk/git/tadgy/dotfiles
This commit is contained in:
commit
0727ef9ece
8 changed files with 16 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ export EDITOR="nano"
|
||||||
export LANG="en_GB.UTF-8"
|
export LANG="en_GB.UTF-8"
|
||||||
export LC_COLLATE="POSIX" # 'C' causes issues with some applications
|
export LC_COLLATE="POSIX" # 'C' causes issues with some applications
|
||||||
# export LC_CTYPE="POSIX" # Not sure why I set this in the first place...
|
# export LC_CTYPE="POSIX" # Not sure why I set this in the first place...
|
||||||
export LESS="-RMi -PM?f%F:stdin. -- Page %dt of %D -- %lt/%L (%Pt\%)$"
|
export LESS="-RM -j.5 -i -PM?f%F:stdin. -- Page %dt of %D -- %lt/%L (%Pt\%)$"
|
||||||
export PAGER="less"
|
export PAGER="less"
|
||||||
export PATH="/usr/local/sbin:/usr/sbin:/opt/sbin:/sbin:$PATH"
|
export PATH="/usr/local/sbin:/usr/sbin:/opt/sbin:/sbin:$PATH"
|
||||||
export VISUAL="$EDITOR"
|
export VISUAL="$EDITOR"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[FileDialog]
|
[FileDialog]
|
||||||
history=@Invalid()
|
history=@Invalid()
|
||||||
lastVisited=file:///home/tadgy/files/CA/Open Sourcerers
|
lastVisited=file:///data/home/tadgy/CA/Open Sourcerers
|
||||||
qtVersion=5.15.2
|
qtVersion=5.15.2
|
||||||
viewMode=Detail
|
viewMode=Detail
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -2,8 +2,8 @@
|
||||||
LocationMode=path-bar
|
LocationMode=path-bar
|
||||||
ShowHidden=false
|
ShowHidden=false
|
||||||
ShowSizeColumn=true
|
ShowSizeColumn=true
|
||||||
GeometryX=0
|
GeometryX=366
|
||||||
GeometryY=0
|
GeometryY=136
|
||||||
GeometryWidth=1188
|
GeometryWidth=1188
|
||||||
GeometryHeight=831
|
GeometryHeight=831
|
||||||
SortColumn=name
|
SortColumn=name
|
||||||
|
|
|
||||||
1
.ssh/.gitignore
vendored
1
.ssh/.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
||||||
agents*
|
agents*
|
||||||
id_rsa
|
id_rsa
|
||||||
id_ed25519
|
id_ed25519
|
||||||
|
id_ed25519_github
|
||||||
known_hosts*
|
known_hosts*
|
||||||
|
|
|
||||||
|
|
@ -65,6 +65,12 @@ Host backupnas
|
||||||
Port 2048
|
Port 2048
|
||||||
|
|
||||||
|
|
||||||
|
# GitHub
|
||||||
|
Host github.com
|
||||||
|
Hostname github.com
|
||||||
|
IdentityFile ~/.ssh/id_ed25519_github
|
||||||
|
|
||||||
|
|
||||||
# General settings.
|
# General settings.
|
||||||
Host *
|
Host *
|
||||||
# AddKeysToAgent yes
|
# AddKeysToAgent yes
|
||||||
|
|
|
||||||
4
.ssh/id_ed25519_github.gpg
Normal file
4
.ssh/id_ed25519_github.gpg
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
Œ
Ÿ0+*äóŒ/ôÒÀêûcv×…‘<E280A6>¾–ψ/A¿À•ðYfWÃr}«éJnÑ<6E>tÆ?(gŸf‚«—Å_À4yåÝ•%õ}ÎE†KKYVÄd•ÅEÖ«IêñfxžÑiÇ ÓY{Ì=‚ÏQ- ™ØG´¢œÞLêÀÎmª³íö¿6o€ÿÚô$U$çk¬’'©›Ò²ª·7E2sŽ<73>GÝŸ….˜v*jÁpž¼/‘e
´VËëÏ€8Åknй1Äjµtÿß
|
||||||
|
i1ì ¿Ÿ¼èUŒîÔE<C394>7)ý‡‚]kÉKKX–9oàóÄ©&Ðü·
|
||||||
|
¼ÀÍ^ÌsÃÃÆ’|€#E¨ZÏ<R{¸Í5…wx’—[õÇR¾aºë¯›•3úÃR¢Pl`ð<>3Emþu[Ϻ7ÁN~ûÜ£
6Q½gBC<kª,;¥Êc‚ø1»*våþ-w#Ï×ÉÑ“Êåñ<C3A5>®*ÃW?dÉñ(£¦”|<7C>«%"½ÐÜ=‚¤äŠK+ð‚´
|
||||||
|
/Fo‘9†nl„?_<ç"Òãì÷m ûi?´Ìµ¯[2m¥d°¨Õ—£œ ìÊ
|
||||||
1
.ssh/id_ed25519_github.pub
Normal file
1
.ssh/id_ed25519_github.pub
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJTqpP7YyGHoEhPoqZTS0H7CmMQ06wcvnC8dgYDM/mbF darren@afterdark.org.uk
|
||||||
Loading…
Add table
Add a link
Reference in a new issue