1
0
Fork 0
This commit is contained in:
xtex 2023-12-31 16:49:09 +08:00
commit 0bb86471db
Signed by: xtex
GPG key ID: B918086ED8045B91
10 changed files with 87 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"files.autoSave": "afterDelay",
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace",
"git.autofetch": "all"
}

3
.config/fish/config.fish Normal file
View file

@ -0,0 +1,3 @@
if status is-interactive
# Commands to run in interactive sessions can go here
end

View file

@ -0,0 +1,2 @@
[General]
name=xtex

1
.config/tmux/tmux.conf Normal file
View file

@ -0,0 +1 @@
set -g mouse on

15
.config/user-dirs.dirs Normal file
View file

@ -0,0 +1,15 @@
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run.
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"

16
.gitconfig Normal file
View file

@ -0,0 +1,16 @@
[init]
defaultBranch = main
[user]
email = xtexchooser@duck.com
name = xtex
signingKey = 7231804B052C670F15A6771DB918086ED8045B91
[commit]
gpgSign = true
[push]
gpgSign = true
[tag]
gpgSign = true
[core]
autocrlf = input
[url "git@github.com:"]
insteadof = https://github.com/

16
.gitignore vendored Normal file
View file

@ -0,0 +1,16 @@
*
!*/
!/.gitignore
!/.gitconfig
!/.profile
!/.ssh/authorized_keys
!/.ssh/config
!/.config/user-dirs.dirs
!/.config/Code - Exploration/User/settings.json
!/.config/Code - Insiders/User/settings.json
!/.config/fish/config.fish
!/.config/kdeconnect/config
!/.config/tmux/tmux.conf

25
.profile Normal file
View file

@ -0,0 +1,25 @@
# Sample .profile for SUSE Linux
# rewritten by Christian Steinruecken <cstein@suse.de>
#
# This file is read each time a login shell is started.
# All other interactive shells will only read .bashrc; this is particularly
# important for language settings, see below.
test -z "$PROFILEREAD" && . /etc/profile || true
# Some applications read the EDITOR variable to determine your favourite text
# editor. So uncomment the line below and enter the editor of your choice :-)
#export EDITOR=/usr/bin/vim
export EDITOR=/usr/bin/nvim
# For some news readers it makes sense to specify the NEWSSERVER variable here
#export NEWSSERVER=your.news.server
# Some people don't like fortune. If you uncomment the following lines,
# you will have a fortune each time you log in ;-)
#if [ -x /usr/bin/fortune ] ; then
# echo
# /usr/bin/fortune
# echo
#fi

2
.ssh/authorized_keys Normal file
View file

@ -0,0 +1,2 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC9Xq225dYzTPQLc3ixSeRSlaq/8pSTAVI+flvSMMApe xtex@xtexx.eu.org
sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIBec9mnzRi149os0tSb2zA0aJf/c7/6wF6W5weK8+fHPAAAABHNzaDo= xtex.sk@xtexx.eu.org

2
.ssh/config Normal file
View file

@ -0,0 +1,2 @@
ServerAliveInterval=5
IdentityFile=~/.ssh/id_ed25519_sk