Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 2.06 KB

README.md

File metadata and controls

40 lines (35 loc) · 2.06 KB

Dotfiles (public)

Some of my personal dotfiles. (public version)

File Tree

├── .bashrc
├── .clang-format
├── .git-prompt.sh
├── .gitconfig
├── .inputrc
├── .ssh
│   └── config
├── .tmux.conf
├── .vimrc
├── .vscode
│   └── sftp.json
├── LICENSE
├── Latex
│   ├── defaultSettings.yaml
│   └── indentconfig.yaml
└── README.md

Some notes

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