This repo includes my configuration files which can be managed by GNU Stow.
Repo structure
-dofiles
|-- git
|----|-- .gitmessage
|-- tmux
|----|-- .tmux.conf
|-- oh-my-zsh
|----|-- .zshrc
|----|-- .oh-my-zsh
|-- posh
|----|-- .mytheme.omp.json
|----|-- Microsoft.PowerShell_profile.ps1
|-- ideavim
|----|-- .ideavimrc
-
.gitmessage
prompt template for commit message. It will applied when committing.
.tmux.conf
is configurations of tmux.
Configuration files for zsh
Windows only
Configuration files for posh
.mytheme.omp.json
is used for posh propmt
Microsoft.PowerShell_profile.ps1
is shell profile to load posh.
Windows only
vim keyboard mapping for idea IDE
-
Windows
New-Item -ItemType symboliclink -Path path/to/create/symboliclink -Name name/of/symboliclink -Value source/of/Symboliclink
-
Linux
Xstow is recommended.