Changed README.md

clean_emacs
TuDatTr 2018-01-06 21:17:53 +01:00
parent c73f6a27dc
commit 60fc4f15c4
No known key found for this signature in database
GPG Key ID: 6B2AC5D2CAECE06A
1 changed files with 10 additions and 1 deletions

View File

@ -59,6 +59,7 @@ M-x package-install rainbow-mode
You can browse some more packages by entering this `M-x package-list-packages` in emacs. You can browse some more packages by entering this `M-x package-list-packages` in emacs.
If you're using elpy you might want to do this. If you're using elpy you might want to do this.
```pip install --user ~/dotfiles/requirements.txt``` ```pip install --user ~/dotfiles/requirements.txt```
### Setups ### Setups
@ -66,7 +67,7 @@ Setting up some programs.
#### Installing Nextcloud-Client #### Installing Nextcloud-Client
``` ```
wget https://download.nextcloud.com/desktop/releases/Linux/Nextcloud-2.3.3-x86_64.AppImage -o ~/Downloads/ wget https://download.nextcloud.com/desktop/releases/Linux/Nextcloud-2.3.3-x86_64.AppImage -o ~/Downloads/
chmod +x ~Downloads/Nextcloud-2.3.3-x86_64.AppImage chmod +x ~/Downloads/Nextcloud-2.3.3-x86_64.AppImage
sudo ln -s ~/Downloads/Nextcloud-2.3.3-x86_64.AppImage /usr/bin/nextcloud sudo ln -s ~/Downloads/Nextcloud-2.3.3-x86_64.AppImage /usr/bin/nextcloud
``` ```
@ -78,3 +79,11 @@ rm -rf .i3/
sudo ln -s ~/.scripts/pipes.sh /usr/local/bin/pipes sudo ln -s ~/.scripts/pipes.sh /usr/local/bin/pipes
``` ```
# Author
* Tuan-Dat Tran - [TuDatTr](https://github.com/tudattr/)
# License
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/)