diff --git a/README.md b/README.md index 5a8288d..4274d79 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ I'm using: * [GNU Emacs](https://www.gnu.org/software/emacs/) * [Z shell](http://zsh.sourceforge.net) * [Oh My Zsh](http://ohmyz.sh) +* [GNU stow](https://www.gnu.org/software/stow ## TODOS: -1. Make a proper pip requirements.txt for elpy and .scripts/i3lock.py +1. Update this README for the migration to GNU stow and emacs prelude 2. Making an own conky, conky_maia-like -3. Adding common keybindings of Emacs, i3 and aliases of zsh +3. Sorting the "Prerequisites" by importance 4. Improve the README.md or maybe make a wiki. 5. Getting away from Manjaro i3 (?) @@ -37,6 +38,7 @@ Pacman Install * [pulseaudio-bluetooth](https://wiki.archlinux.org/index.php/PulseAudio) - (recommended) * [nyancat](http://www.nyan.cat/) - (optional) * [cmus](https://wiki.archlinux.org/index.php/Cmus) - (optional) cli +* [stow](https://www.gnu.org/software/stow/) - To manage dotfiles Pacman Remove * [palemoon-bin](https://www.palemoon.org) - Not needed anymore, if you use Firefox. @@ -104,8 +106,8 @@ sudo ln -s ~/Downloads/Nextcloud-2.3.3-x86_64.AppImage /usr/bin/nextcloud #### Finally *"installing"* the dotfiles. ``` -git clone https://github.com/TuDatTr/dotfiles -cp -r ./dotfiles/.* ~/. +git clone https://github.com/TuDatTr/dotfiles .dotfiles +stow rm -rf ~/.i3/ sudo ln -s ~/.scripts/pipes.sh /usr/local/bin/pipes ``` @@ -120,4 +122,4 @@ If you're using elpy you might want to do this. This project is license under the GPL-3.0 License - see LICENSE file for details. # Acknowledgements -* [unixporn - the home for *NIX customization!](https://www.reddit.com/r/unixporn/) \ No newline at end of file +* [unixporn - the home for *NIX customization!](https://www.reddit.com/r/unixporn/)