2 changed files with 24 additions and 0 deletions
@ -0,0 +1,21 @@
@@ -0,0 +1,21 @@
|
||||
Baschts dotfiles |
||||
================ |
||||
|
||||
Apart from my [Real Dotfiles](https://github.com/bascht/dotfiles), here |
||||
is some other stuff. |
||||
|
||||
Quick Screenshot |
||||
---------------- |
||||
|
||||
 |
||||
|
||||
Installation via Chezmoi |
||||
------------------------ |
||||
|
||||
``` {.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 |
||||
``` |
Loading…
Reference in new issue