README.org is *the* README-file now

clean_emacs
TuDatTr 2018-02-01 01:14:23 +01:00
parent 2f88bfb77b
commit 557dfe64b5
No known key found for this signature in database
GPG Key ID: 6B2AC5D2CAECE06A
2 changed files with 2 additions and 109 deletions

107
README.md
View File

@ -1,107 +0,0 @@
# dotfiles ┐【 ̄~ ̄】┌ #
These are my personal dotfiles.
I'm using:
* [Manjaro i3](https://manjaro.org/2017/03/07/manjaro-i3-community-edition-17-0-released/)
* [i3-gaps](https://github.com/Airblader/i3)
* [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)
* [Materia Theme](https://github.com/nana-4/materia-theme)
## TODOS: ##
1. Update this README for the migration to GNU stow and clemacs
2. Making an own conky, conky_maia-like
* [conky](https://github.com/brndnmtthws/conky/wiki/Configuraion-Settings)
3. Sorting the "Prerequisites" by importance
4. Improve the README.md or maybe make a wiki.
5. Getting away from Manjaro i3 (?)
6. Emacs Markdown preview is buggy, find another way
7. Make this my main branch
8. Maybe convert this readme into emacs org mode
## Getting Started ##
### Prerequisites ###
Pacman Install
* [emacs](https://wiki.archlinux.org/index.php/Emacs) - A extensible, cusotmizable, free/libre text editor - and more.
* [git](https://wiki.archlinux.org/index.php/git) - A free and open source distributed version control system.
* [python-pip](https://pip.pypa.io/en/stable) - pip to install python packages (**p**ip **i**nstalls **p**ackages)
* [termite](https://wiki.archlinux.org/index.php/termite) - Preferred terminal emulator, since urxvt can't handle power-line well.
* [powerline-fonts](https://github.com/powerline/fonts) - Powerline fonts for the Powerlevel9k-theme.
* [awesome-terminal-fonts](https://github.com/gabrielelana/awesome-terminal-fonts) - Font with cool icons. Necessary for powerlevel9k.
* [zsh-theme-powerlevel9k](https://github.com/bhilburn/powerlevel9k) - Powerlevel9k-theme for zsh.
* [texlive-most](https://wiki.archlinux.org/index.php/TeX_Live) - (optional)A high-quality typesetting system.
* [firefox](https://www.mozilla.org/en-US/firefox) - (optional) Install whatever you like, but you might need to change it up in the .config/i3/config.
* [thunderbid](https://www.mozilla.org/en-US/thunderbird) - (optional) Install whatever you like, but you might need to change it up in the .config/i3/config.
* [veracrypt](https://veracrypt.codeplex.com) - (optional) A free disk encryption software based on TrueCrypt.
* [keepassx2](https://keepass.info) - (optional) A free, open source, light-weight and easy-to-use password manager.
* [evince](https://wiki.archlinux.org/index.php/GNOME/Document_viewer) - (optional, needed if you want to use auctex) pdf viewer, default to view compiled LaTeX-files with auctex(emacs plugin).
* [xorg-backlight](https://wiki.archlinux.org/index.php/backlight)
* [pulseaudio-alsa](https://wiki.archlinux.org/index.php/PulseAudio) - (recommended)
* [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 music player
* [stow](https://www.gnu.org/software/stow/) - To manage dotfiles
* [aspell-en]() - Language for flycheck
* [aspell-de]() -Language for flycheck
* [lxappearance](https://lxde.org) - Feature-rich GTK+ theme switcher of the LXDE Desktop
Pacman Remove
* [palemoon-bin](https://www.palemoon.org) - Not needed anymore, if you use Firefox.
* [epdfview](https://github.com/jristz/epdfview) - Not needed anymore, if you use evince.
Yaourt Install
* [i3lock-color](https://github.com/PandorasFox/i3lock-color) - Needed for ~/.scripts/i3lock.py
* [cava](https://github.com/karlstav/cava) - **C**onsole-based **A**udio **V**isualizer for **A**LSA (MPD and Pulseaudio)
* [materia-theme](https://github.com/nana-4/materia-theme)
``` shell
sudo pacman -Syu
sudo pacman -S emacs git termite python-pip zsh-theme-powerlevel9k powerline-fonts awesome-terminal-fonts texlive-most firefox thunderbird evince veracrypt keepassx2 xorg-xbacklight pulseaudio-alsa pulseaudio-bluetooth nyancat cmus lxappearance
sudo pacman -R palemoon-bin epdfview
yaourt -S i3lock-color cava materia-theme
```
### Setting up zsh ###
``` shell
chsh -s /bin/zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" # Downloading/Installing oh-my-zsh
cp -r /usr/share/zsh-theme-powerlevel9k ~/.oh-my-zsh/themes/powerlevel9k # copying powerlevel9k-theme to the desired directory
rm -rf ~/.*bash* # remove bash-stuff from your home directory.. don't do it if you wanna keep using bash
```
### 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) ####
``` shell
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
```
#### Finally *"installing"* the dotfiles. ####
Take a look at already existing files and delete them if necessary.
``` shell
git clone https://github.com/TuDatTr/dotfiles .dotfiles
stow emacs
stow i3
stow zsh
rm -rf ~/.i3/
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 customisation!](https://www.reddit.com/r/unixporn/)
* [uiGradients - Beautiful colored gradients](https://uigradients.com)
* [terminal.sexy - Terminal Color Scheme Designer](http://terminal.sexy/)

View File

@ -82,9 +82,9 @@ 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
#+END_SRC #+END_SRC
#### Finally *"installing"* the dotfiles. #### **** "installing" the dotfiles.
Take a look at already existing files and delete them if necessary. Take a look at already existing files and delete them if necessary.
Like ~~/.i3/~ Like ~$HOME/.i3/~
#+BEGIN_SRC sh #+BEGIN_SRC sh
git clone https://github.com/TuDatTr/dotfiles .dotfiles git clone https://github.com/TuDatTr/dotfiles .dotfiles
stow emacs stow emacs