My personal configuration files.
Go to file
Marty Oehme 07182881d3 Update .zgenrc to git clone via https
SSH cloning fails on some machines, leading the whole install process to fail.
2019-02-16 18:54:52 +00:00
.config Update /.config/libinput-gestures.conf 2019-01-12 13:19:21 +00:00
.zshrc.d Add ssht command to use tmux for ssh sessions 2019-02-04 16:26:23 +01:00
.tmux.conf Add tmux prefix highlight; remove tmux autostart 2019-02-04 17:15:31 +01:00
.zgenrc Update .zgenrc to git clone via https 2019-02-16 18:54:52 +00:00
.zshrc Set LC_ALL locale to US utf8, prevent error messages. 2019-02-15 13:45:53 +01:00
README.md Update README.md 2019-02-16 18:47:34 +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 chsh https://gitlab.com/marty-oehme/dotfiles.git

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