Updated README.md, more updates coming
parent
1006676c73
commit
047b617622
16
README.org
16
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
|
||||
|
|
Loading…
Reference in New Issue