dotfiles/README.org

17 lines
408 B
Org Mode
Raw Normal View History

2015-09-02 15:21:48 +02:00
* Baschts dotfiles
Apart from my [[https://github.com/bascht/dotfiles][Real Dotfiles]], here is some other stuff.
2019-07-31 02:47:32 +02:00
** Quick Screenshot
[[./screenshot.jpg]]
** Installation via Chezmoi
2015-09-02 15:21:48 +02:00
#+begin_src bash
curl -sfL https://git.io/chezmoi | sh
mkdir -p ~/.local/share/
git clone https://git.bascht.space/bascht/dotfiles.git ~/.local/share/chezmoi
chmod 0700 ~/.local/share/cezmoi
~/bin/chezmoi apply
#+end_src