Collection of my dotfiles (public version)
This is a collection of my dotfiles that I use on my Linux system. I have written about them in various posts, but I thought I can put them all in one place. You can checkout the github repository here, too.
File Tree
Click on each file to see the content.
- .bashrc
- .clang-format
- .git-prompt.sh
- .gitconfig
- .inputrc
- config
- .tmux.conf
- .vimrc
- Vscode sftp.json
- Latex defaultSettings.yaml
- Latex indentconfig.yaml
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 |