1
0
Fork
You've already forked dotfiles
0
A collection of my Unix-y configuration files.
  • Vim script 100%
2026年06月21日 17:49:56 +03:00
.claude update claude memory and settings 2026年03月02日 17:42:00 +02:00
.config fix: various dotfile fixes 2026年03月21日 09:24:33 +02:00
.ssh fix: various dotfile fixes 2026年03月21日 09:24:33 +02:00
.vim/colors my colorscheme version 1.3 now, with more softer/pastel-like colors 2026年02月08日 15:20:01 +02:00
.gitconfig set default 10 line limit in git log and added reflog alias 2026年02月08日 15:18:28 +02:00
.gitignore remove redundant prefixes in gitignore 2026年06月21日 17:49:56 +03:00
.myfunctions fix: various dotfile fixes 2026年03月21日 09:24:33 +02:00
.myrc add terragrunt and opentofu tab completion 2026年06月20日 13:58:09 +03:00
.vimrc switch to copilot ai assist, with work user 2026年01月27日 15:42:49 +02:00
README.md fix: various dotfile fixes 2026年03月21日 09:24:33 +02:00
wsl.conf add wsl.conf for cases when forced to work on windows with wsl 2024年02月21日 12:58:53 +02:00

My Dotfiles

A backup, collection and gallery of my personal Unix-y configuration files.

Install

Symlink desired files from this repo to $HOME:

ln -sf ~/projects/dotfiles/.myrc ~/.myrc
ln -sf ~/projects/dotfiles/.myfunctions ~/.myfunctions
ln -sf ~/projects/dotfiles/.vimrc ~/.vimrc
ln -sf ~/projects/dotfiles/.gitconfig ~/.gitconfig
ln -sf ~/projects/dotfiles/.ssh/config ~/.ssh/config
ln -sf ~/projects/dotfiles/.config ~/.config

Then source .myrc from ~/.bashrc:

[ -f ~/.myrc ] && . ~/.myrc

WSL only - copy (not symlink) wsl.conf to /etc/wsl.conf.