Some of my personal dotfiles. (public version)
├── .bashrc
├── .clang-format
├── .git-prompt.sh
├── .gitconfig
├── .inputrc
├── .ssh
│ └── config
├── .tmux.conf
├── .vimrc
├── .vscode
│ └── sftp.json
├── LICENSE
├── Latex
│ ├── defaultSettings.yaml
│ └── indentconfig.yaml
└── README.md
File | Location | Description |
---|---|---|
.bashrc |
~/ |
Bash configuration file |
.clang-format |
/path/to/a/project/ |
Clang-format configuration file for clang-format |
.git-prompt.sh |
~/ |
Git prompt configuration file which is used in .bashrc |
.gitconfig |
~/ |
Git configuration file |
.inputrc |
~/ |
Inputrc configuration file |
.ssh/config |
~/.ssh/ |
SSH configuration file |
.tmux.conf |
~/ |
Tmux configuration file |
.vimrc |
~/ |
Vim configuration file |
.vscode/sftp.json |
/usually/a/repo/.vscode/ |
A configuration file for VSCode SFTP extension |
Latex/defaultSettings.yaml |
/the/path/in/indentconfig.yaml |
Default settings for latexindent program |
Latex/indentconfig.yaml |
~/ |
Configuration file for latexindent program |