dotfiles/README.md

26 lines
1 KiB
Markdown
Raw Normal View History

2019-02-03 21:31:20 +00:00
# My dotfiles
2019-02-16 18:47:34 +00:00
## 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)
1. run `chsh -s /bin/zsh` to switch the shell to zsh
1. go to home directory & run `git clone chsh https://gitlab.com/marty-oehme/dotfiles.git`
2019-02-03 21:31:20 +00:00
## Setup
[The basic ideas](https://www.anishathalye.com/2014/08/03/managing-your-dotfiles/)
[My Set-Up](https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/) -- just exchange alias config with alias dotfiles (is already done *in* the dotfiles)
## Examples & Inspiration
2019-02-03 21:49:13 +00:00
[VSCode & Vue focused dotfiles setup](https://github.com/sobolevn/dotfiles) -- looks interesting, maybe steal some tidbits
[holman dotfiles](https://github.com/holman/dotfiles) -- many many dotfiles from the dotfiles-are-meant-to-be-forked dude. Peruse and steal what looks good
2019-02-03 21:32:20 +00:00
https://dotfiles.github.io
[awesome dotfiles](https://github.com/webpro/awesome-dotfiles) -- way more info on dotfiles than you ever needed