From 047b617622f256e99392f48403a595ba5d98c556 Mon Sep 17 00:00:00 2001 From: TuDatTr Date: Thu, 8 Feb 2018 17:20:56 +0100 Subject: [PATCH] Updated README.md, more updates coming --- README.org | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.org b/README.org index 923e165..c94c3fe 100644 --- a/README.org +++ b/README.org @@ -11,7 +11,6 @@ I'm using: ** TODOS: 1) Making an own [[https://github.com/brndnmtthws/conky/wiki/Configuraion-Settings][conky]], conky_maia-like - 2) Sorting the "Prerequisites" by importance ** Getting Started *** Prerequisites @@ -94,25 +93,22 @@ cp -r /usr/share/zsh-theme-powerlevel9k ~/.oh-my-zsh/themes/powerlevel9k # copy rm -rf ~/.*bash* # remove bash-stuff from your home directory.. don't do it if you wanna keep using bash #+END_SRC - *** Setting up Emacs I tried to make this as easy as possible. All packages should be installed automatically. *** Setups Setting up some programs. -**** Installing Nextcloud-Client (optional) -#+BEGIN_SRC sh -wget https://download.nextcloud.com/desktop/releases/Linux/Nextcloud-2.3.3-x86_64.AppImage --P ~/Downloads/ -chmod +x ~/Downloads/Nextcloud-2.3.3-x86_64.AppImage -sudo ln -s ~/Downloads/Nextcloud-2.3.3-x86_64.AppImage /usr/bin/nextcloud -#+END_SRC - **** "installing" the dotfiles. Take a look at already existing files and delete them if necessary. #+BEGIN_SRC sh -git clone https://github.com/TuDatTr/dotfiles .dotfiles +git clone https://github.com/TuDatTr/dotfiles .dotfiles && cd .dotfiles +stow cava stow emacs stow i3 +stow neofetch +stow polybar +stow rofi +stow termite stow zsh sudo ln -s ~/.scripts/pipes.sh /usr/local/bin/pipes #+END_SRC