Skip to content

danieldirks/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My system config.

Neovim plugins License

Installation

Warning

The install scripts will overwrite things on your system. Config is by no means stable. Don't set it up on your machine unless you know what you are doing.

Setup on Linux and MacOS:

sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --apply danieldirks

Setup on Windows PowerShell:

(irm -useb https://get.chezmoi.io/ps1) | powershell -c -
bin/chezmoi init --apply danieldirks

See chezmoi.io for different options and additional setup steps.

Components

Some tools I use on a daily basis:

  • neovim - Customizable text editor
  • tmux - Terminal multiplexer
  • zsh - Shell
  • wezterm - Customizable terminal

License

The project is licensed under the MIT License.