Watch
1
0
Fork
You've already forked dotfiles
0
Commit graph dotfiles/.config
Author SHA1 Message Date
4131cab563
tmp colors gnome 2026-08-15 04:40:42 +02:00
b6cd6d881a
tmp colors alacritty 2026-08-15 04:38:39 +02:00
8d6a7bb50f
tmp rofi colors 2026-08-15 04:34:42 +02:00
d00556b5cc
tmp colors 2026-08-15 04:34:26 +02:00
809bbe08d8
tmp night light 2026-08-15 03:17:05 +02:00
cbb1861b25
tmp gnome 2026-08-15 03:16:59 +02:00
4941815a5f
tmp fix dark/light toggle 2026-08-14 17:38:32 +02:00
c91d7e0450
Add update-dotfiles utility 2026-08-14 16:46:24 +02:00
7fd2bc4192
tmp fix random bgs 2026-08-14 16:11:41 +02:00
434a2a6b21
tmp disable openbar 2026-08-14 14:22:41 +02:00
3b5368a5c3
tmp default fonts 2026-08-14 14:03:08 +02:00
54c67db063
ala 2026-08-14 12:51:00 +02:00
b25d0d2672
tmp gnome 2026-08-14 12:25:00 +02:00
d0301586c2
Add colors to fastfetch 2026-08-14 12:10:32 +02:00
ea43f7d1ef
Add configuration for rofi 2026-08-14 12:10:32 +02:00
08d742f9b9
Add configuration for alacritty 2026-08-14 12:10:31 +02:00
be96ad887a
Add aliases for easier xcliping 2026-08-14 12:10:30 +02:00
c5f9769acf
Add configuration for GNOME 2026-08-14 12:10:29 +02:00
eea6127283
Add utility to generate shell completions 2026-08-14 12:10:27 +02:00
7305eb8efc
Add configuration for bat 2026-08-14 12:09:31 +02:00
4400b89d5c
Add configuration for python 2026-08-14 12:09:30 +02:00
0302d900d1
Add configuration for psql 2026-08-14 12:08:57 +02:00
a3f2eb2b46
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
2026-08-14 12:08:00 +02:00
4c8e75233b
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
2026-08-14 12:07:59 +02:00
a68846e279
Add configuration for fastfetch 2026-08-14 12:07:58 +02:00
6dc1f0bb5b
Drop "uptime" from the welcome message ...
... so that it becomes shorter
2026-08-13 22:17:46 +02:00
fcb7e9410f Show welcome message after starting a shell ...
... with some basic information, mainly
to show that the dotfiles are used
2026-08-12 16:36:06 +02:00
737f619d61 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
2026-08-12 16:36:06 +02:00
22bba5e70d 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
- Add stubs for ~/.bash_login and ~/.bash_profile
  that redirect to ~/.profile
- Ensure ~/.local/state/bash/ exists
2026-08-12 16:36:05 +02:00
e4dea014d0 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
2026-08-12 16:35:59 +02:00