1.2 KiB
1.2 KiB
My dotfiles
Quick-Start
To get started two steps are necessary:
- install git & zsh if not already installed on your machine (should often already be available)
- run
chsh -s /bin/zsh
to switch the shell to zsh - 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
- install tmux (or remove the corresponding tmux config entries)
- install a powerline compatible font (nerdfont patched fira code is what I use)
Setup
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
awesome dotfiles -- way more info on dotfiles than you ever needed