Commit graph

5 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
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
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