Commit graph

11 commits

Author SHA1 Message Date
c47 09ed5b1801
Move ~/.tmux.conf to ~/.config/tmux/tmux.conf 2024-03-09 18:45:29 +01:00
c47 652a66af81
Add missing `fi' 2024-02-19 11:59:15 +01:00
c47 402cb0caf4 Add support for named (read: hashed) directories
Added support for named directories to my zsh config.
This is a way to access directories under shortened names
conveniently.
2024-02-19 06:55:50 +01:00
c47 9c38cd7801 Correct set-links.sh
Configured a wrong path for zsh-files in set-links.sh - forgot the zsh/
subfolder. This commit brings the needed changes.
2024-02-19 06:43:40 +01:00
c47 8c7af67d01 Change set-links.sh accordingly to b1a03cb2df
In commit b1a03cb2df ~/.gitconfig got moved to ~/.config/git/config,
but set-links.sh didn't got updated. This commit makes up for it.
2024-02-19 06:38:02 +01:00
c47 6e68096cde
Add basic zsh configuration
Added basic zsh configuration
2024-02-18 00:27:46 +01:00
c47 81b13f4bd7 Add mpdconf and ncmpcpp config-dir
Added mpdconf. This file contains an include of ~/.mpdconf.local
which contains the listen directive.

Added a basic ncmpcpp config - mostly because a few keybindings
for daily usage that I really got used to.
2024-01-21 13:04:00 +01:00
c47 c1d7f3e2ab Add ~/.gitconfig 2024-01-16 19:25:55 +01:00
c47 d3b47ba8d4 Manage autostart programs in xmonad
I start programs on xsession enter via ~/.xsessionrc.

To make programs get started on the specified workspaces I use
xmonad's manageHook with `className =?' functionality to match
programs to spawn.
2024-01-14 11:18:24 +01:00
c47 6670ff0329 Add tmux.conf
Added a complete basic tmux.conf.
2024-01-13 19:18:38 +01:00
c47 a5c7dc600b Add basic bash startup files and set-links.sh
* bash
    Added basic bash startup files, with basic needed settings and
    possibility to source .bash*.local files for adding local
    configs without adding them to the git repo.

* set-links.sh
    A simple shell script to put symlinks in ${HOME} and
    ${XDG_CONFIG_HOME} and such.
2024-01-13 17:58:33 +01:00