Updated README.md, more updates coming

clean_emacs
TuDatTr 2018-02-08 17:20:56 +01:00
parent 1006676c73
commit 047b617622
No known key found for this signature in database
GPG Key ID: 0DA1B0B23302CA72
1 changed files with 6 additions and 10 deletions

View File

@ -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