My personal configuration files.
Go to file
2019-02-18 18:17:32 +01:00
.config Start Refactoring to composable zsh config modules 2019-02-18 17:55:05 +01:00
.xres Set up URxvt theme and basic extensions 2019-02-17 16:56:49 +01:00
.zsh.d Set git to not show untracked files every time shell is started. 2019-02-18 18:17:32 +01:00
.tmux.conf Add tmux prefix highlight; remove tmux autostart 2019-02-04 17:15:31 +01:00
.Xresources Set up URxvt theme and basic extensions 2019-02-17 16:56:49 +01:00
.zgenrc Start Refactoring to composable zsh config modules 2019-02-18 17:55:05 +01:00
.zshrc Start Refactoring to composable zsh config modules 2019-02-18 17:55:05 +01:00
README.md Update README.md 2019-02-17 14:11:53 +00:00

My dotfiles

Quick-Start

To get started two steps are necessary:

  1. install git & zsh if not already installed on your machine (should often already be available)
  2. run chsh -s /bin/zsh to switch the shell to zsh
  3. go to home directory & run git clone https://gitlab.com/marty-oehme/dotfiles.git df && cp -rf df/.git ~/ && rm -rf df && cd ~ && git checkout -f master
  4. install tmux (or remove the corresponding tmux config entries)
  5. install a powerline compatible font (nerdfont patched fira code is what I use)

Setup

The basic ideas

My Set-Up -- just exchange alias config with alias dotfiles (is already done in the dotfiles)

Examples & Inspiration

VSCode & Vue focused dotfiles setup -- looks interesting, maybe steal some tidbits

holman dotfiles -- many many dotfiles from the dotfiles-are-meant-to-be-forked dude. Peruse and steal what looks good

https://dotfiles.github.io

awesome dotfiles -- way more info on dotfiles than you ever needed