Collection of my dotfiles (public version)

Published:
less than 1 minute read

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.

  1. .bashrc
  2. .clang-format
  3. .git-prompt.sh
  4. .gitconfig
  5. .inputrc
  6. config
  7. .tmux.conf
  8. .vimrc
  9. Vscode sftp.json
  10. Latex defaultSettings.yaml
  11. Latex indentconfig.yaml

Some notes

FileLocationDescription
.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.yamlDefault settings for latexindent program
Latex/indentconfig.yaml~/Configuration file for latexindent program