Commit graph

11 commits

Author SHA1 Message Date
82d1591551
Add configuration for python
Move Python's history into ~/.local/state/python
2025-08-30 15:57:09 +02:00
651b161fe1
Add public ssh keys ...
... to allow other people to give
me access to their systems
2025-08-30 15:56:38 +02:00
e7e42b93ef
Add configuration for psql 2025-08-30 15:56:34 +02:00
739ef9148f
Add configuration for bat 2025-08-30 15:56:09 +02:00
52914804a5
Add configuration for vim
- Add `/.config/vim/vimrc
  + Configure basic stuff
  + Activate spell checks
  + Activate syntax highlighting and ruler
  + Show whitespace characters
  + Add various snippets for mouse handling,
    toggling line numbers, and search
  + Set `vim`-related directories inside
   ~/.config/vim and ~/.local/state/vim
- Integrate extra settings for Python files
  in ~/.config/vim/after/ftplugin/python.vim
- Add `vim` artifacts in ~/.config/git/ignore
2025-08-30 15:56:03 +02:00
de2918071e
Add configuration for git
- Add .config/git/config
  + Define aliases
  + Configure default behavior in various situations
  + Add user information with signing key
- Add .config/git/commit_msg_template.txt
- Add .config/git/ignore
- Integrate `git` aliases into the shell
2025-08-30 11:19:43 +02:00
1aaf15e943
Show welcome message after starting a shell ...
... with some basic information, mainly
to show that the dotfiles are used
2025-08-30 11:19:37 +02:00
fa98b22431
Add configuration for zsh
- Add ~/.zshrc
  + Configure on how the `history` works
  + Enable nicer `cd` and globbing behavior
  + Enable tab completion, and make them feel nicer
  + Enable VI mode and add some VI-like key bindings
- Add ~/.zlogout clearing the screen
- Add ~/.config/zsh/.zshrc and make it dispatch to ~/.zshrc
  to make `zsh` use the same configuration even on more
  recent Debian/Ubuntu machines that do not look for
  ~/.zshrc any more
- Ensure ~/.local/state/zsh/ exists
2025-08-30 11:19:30 +02:00
1f3fe88216
Add configuration for bash
- Add ~/.bashrc
  + Configure on how the `history` works
  + Enable nicer `cd` and globbing behavior
  + Enable tab completion, even for aliases
  + Add some more stuff from Debian's ~/.bashrc
- Add ~/.bash_logout clearing the screen
- Adapt the installation script to remove
  possibly conflicting files
- Ensure ~/.local/state/bash/ exists
2025-08-30 11:19:24 +02:00
dc154f29c7
Mark this repository as open-source ...
... to be used by anyone under the MIT license
2025-08-30 11:19:19 +02:00
f0e143242b
Add base configuration
- Follow XDG standard: ~/.config and ~/.local folders
- Set environment variables and define aliases within ~/.config/shell
- Add installation script for easy setup
- Add README.md with info on the installation and general notes
2025-08-30 11:19:10 +02:00