My dotfiles
Find a file
2024-05-25 13:55:10 +02:00
.config Move tmux config in XDG config dir 2024-05-25 13:05:56 +02:00
.local/share/fonts Add JetBrains nerd fonts 2024-05-17 16:30:03 +02:00
.p10k.zsh Add powerlevel10k config 2024-05-17 16:34:25 +02:00
.zshrc Add XDG sections for GTK2 and less history 2024-05-25 12:51:44 +02:00
README.org Remove TOC from README 2024-05-25 13:55:10 +02:00

Dotfiles

fzf

If your zsh startes with the message unknown option: --zsh, your fzf version is too old. Install fzf with version 0.48.1 or later.

You can download fzf from junegunn/fzf.

Extract the tar.gz file and copy fzf to /usr/local/bin or any location on your $PATH.

tmux

Tmux-plugin-manager TPM writes its plugins to $XDG_CONFIG_HOME/tmux/plugins/. As we stow our config to $XDG_CONFIG_HOME/tmux/, too, we must create this directory before stow-ing, so only the tmux.conf is a symlink.

mkdir $XDG_CONFIG_HOME/tmux  # before stowing