1
0
Fork
You've already forked dotfiles
0
Important config files.
  • Vim Script 86.4%
  • Shell 9.3%
  • Lua 3.3%
  • CSS 0.4%
  • TeX 0.3%
  • Other 0.3%
Find a file
2026年03月02日 10:03:31 +01:00
firefox Add firefox userChrome.css 2024年04月07日 16:32:20 +02:00
plugins Add pure zsh prompt. 2022年03月09日 14:37:10 +01:00
resources Add ieee to mdnote template. 2022年04月20日 12:45:26 +02:00
scripts Add pyenv manager. 2024年01月19日 10:16:14 +01:00
themes Change to Dracula theme. 2022年08月29日 16:32:17 +02:00
Werkzeugkisten @71cd972440 Update toolboxes to newest commit. 2022年10月08日 12:17:23 +02:00
.gitignore added gitignore 2019年05月28日 15:09:36 +02:00
.gitmodules Add personal toolboxes. 2022年10月08日 12:11:47 +02:00
gdbinit Turn off pagination in gdb. 2022年03月16日 08:19:42 +01:00
ghostty.conf ghostty: Add shortcuts for scrolling. 2026年03月02日 10:03:31 +01:00
gnome-settings.ini Update gnome settings. 2026年01月05日 10:07:48 +01:00
init.lua Rewrite vim config in lua with modern plugins. 2026年01月05日 01:17:16 +01:00
kitty.conf Make kitty use X11 backend. 2021年07月18日 08:13:23 +02:00
LICENSE Add LICENSE 2018年10月15日 11:10:17 +02:00
README.md Add ghostty config. 2026年03月01日 20:37:56 +01:00
tmux.conf Change to Dracula theme. 2022年08月29日 16:32:17 +02:00
zshrc Switch from skim back to fzf. 2024年04月26日 10:07:18 +02:00

Dotfiles

Usage

To use these dotfiles clone the repo into a subdirectory of your home directory.
Get the themes and plugins with:

git submodule init
git submodule update

Sourcing

Backup your old dotfiles and replace them with new ones sourcing from the dotfiles directory, like this:

# ~/.zshrc
source ~/dotfiles/zshrc
# ~/.config/ghostty/config
config-file="~/dotfiles/config.ghostty"
# ~/.config/nvim/init.lua
local home = vim.env.HOME
dofile(home .. "/dotfiles/init.lua")
# Gnome Settings
dconf load / < ~/dotfiles/gnome-settings.ini
# ~/.tmux.conf (deprecated --> use native ghostty instead)
source ~/dotfiles/tmux.conf