diff --git a/README.md b/README.md index 7f2d542..f9c350c 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,15 @@ # Alan's dotfiles -Dotfiles for pretty much every Linux system I have access to. After setting up a new host, I do: +Alan's dotfiles are managed with [dotfiles](https://github.com/deadc0de6/dotdrop). To set up on a new machine, do this: ```console -$ mkdir ~/src/git -$ cd ~/src/git -$ git clone https://github.com/alanorth/dotfiles.git -$ cd ~ -$ ln -sf ~/src/git/dotfiles/.bashrc . -$ ln -sf ~/src/git/dotfiles/.vim . -$ ln -sf ~/src/git/dotfiles/.vimrc . -$ ln -sf ~/src/git/dotfiles/.tmux.conf . -$ ln -sf ~/src/git/dotfiles/.zshrc . -$ mkdir -p ~/.config -$ ln -sf ~/src/git/dotfiles/sway .config -$ ln -sf ~/src/git/dotfiles/foot .config -$ ln -sf ~/src/git/dotfiles/mako .config -$ ln -sf ~/src/git/dotfiles/kanshi .config +$ git clone --recursive https://git.mjanja.ch/alanorth/dotfiles.git +$ ./dotdrop/bootstrap.sh +$ pip3 install -r dotdrop/requirements.txt --user +$ ./dotdrop.sh install ``` -## .bashrc -Configures the shell to have a custom PS1 prompt, adds paths for Homebrew, adds some common aliases, Selenized dircolors, etc. - -## .tmux.conf -Solarized color scheme with key bindings like GNU screen. - -## .vim + .vimrc -Syntax highlighting, Selenized color scheme, tab stops to four spaces, etc. - -## .zshrc -Configures the shell to have a custom PS1 prompt, adds paths for Homebrew, adds some common aliases, Selenized dircolors, etc. - ## License -Copyright (C) 2015–2020 Alan Orth +Copyright (C) 2015–2022 Alan Orth This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by