2018-01-08 04:45:41 +01:00
# dotfiles ┐【 ̄~ ̄】┌ #
2018-01-06 16:43:26 +01:00
These are my personal dotfiles.
2018-01-06 21:04:06 +01:00
I'm using:
2018-01-06 21:05:52 +01:00
* [Manjaro i3 ](https://manjaro.org/2017/03/07/manjaro-i3-community-edition-17-0-released/ )
2018-01-07 11:52:56 +01:00
* [i3-gaps ](https://github.com/Airblader/i3 )
2018-01-06 21:06:22 +01:00
* [GNU Emacs ](https://www.gnu.org/software/emacs/ )
2018-01-07 03:17:06 +01:00
* [Z shell ](http://zsh.sourceforge.net )
* [Oh My Zsh ](http://ohmyz.sh )
2018-01-08 04:18:35 +01:00
* [GNU stow ](https://www.gnu.org/software/stow )
2018-01-14 14:45:49 +01:00
* [Materia Theme ](https://github.com/nana-4/materia-theme )
2018-01-19 06:50:57 +01:00
2018-01-08 04:45:41 +01:00
## TODOS: ##
2018-01-14 12:32:20 +01:00
1. Update this README for the migration to GNU stow and clemacs
2018-01-06 21:04:06 +01:00
2. Making an own conky, conky_maia-like
2018-01-19 06:50:57 +01:00
* [conky ](https://github.com/brndnmtthws/conky/wiki/Configuraion-Settings )
2018-01-08 03:58:31 +01:00
3. Sorting the "Prerequisites" by importance
2018-01-06 21:32:03 +01:00
4. Improve the README.md or maybe make a wiki.
2018-01-07 11:52:56 +01:00
5. Getting away from Manjaro i3 (?)
2018-01-08 05:06:00 +01:00
6. Emacs Markdown preview is buggy, find another way
2018-01-14 12:32:20 +01:00
7. Make this my main branch
2018-01-14 14:45:49 +01:00
8. Maybe convert this readme into emacs org mode
2018-01-06 16:47:44 +01:00
2018-01-08 04:45:41 +01:00
## Getting Started ##
2018-01-06 21:04:06 +01:00
2018-01-08 04:45:41 +01:00
### Prerequisites ###
2018-01-07 12:10:04 +01:00
Pacman Install
2018-01-07 03:06:41 +01:00
* [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)
2018-01-14 12:32:20 +01:00
* [termite ](https://wiki.archlinux.org/index.php/termite ) - Preferred terminal emulator, since urxvt can't handle power-line well.
2018-01-07 03:06:41 +01:00
* [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.
2018-01-07 03:13:14 +01:00
* [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.
2018-01-08 04:45:41 +01:00
* [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).
2018-01-07 12:10:04 +01:00
* [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)
2018-01-08 04:45:41 +01:00
* [cmus ](https://wiki.archlinux.org/index.php/Cmus ) - (optional) cli music player
2018-01-08 03:58:31 +01:00
* [stow ](https://www.gnu.org/software/stow/ ) - To manage dotfiles
2018-01-08 04:45:41 +01:00
* [aspell-en]() - Language for flycheck
* [aspell-de]() -Language for flycheck
2018-01-14 14:45:49 +01:00
* [lxappearance ](https://lxde.org ) - Feature-rich GTK+ theme switcher of the LXDE Desktop
2018-01-07 03:00:21 +01:00
2018-01-07 12:10:04 +01:00
Pacman Remove
2018-01-07 03:13:14 +01:00
* [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.
2018-01-07 03:00:21 +01:00
2018-01-07 12:10:04 +01:00
Yaourt Install
2018-01-07 03:06:41 +01:00
* [i3lock-color ](https://github.com/PandorasFox/i3lock-color ) - Needed for ~/.scripts/i3lock.py
2018-01-14 12:32:20 +01:00
* [cava ](https://github.com/karlstav/cava ) - **C**onsole-based **A**udio **V**isualizer for **A**LSA (MPD and Pulseaudio)
2018-01-14 14:45:49 +01:00
* [materia-theme ](https://github.com/nana-4/materia-theme )
2018-01-19 06:50:57 +01:00
2018-01-08 05:06:00 +01:00
``` shell
2018-01-06 16:38:52 +01:00
sudo pacman -Syu
2018-01-14 14:45:49 +01:00
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
2018-01-07 12:10:04 +01:00
sudo pacman -R palemoon-bin epdfview
2018-01-14 14:45:49 +01:00
yaourt -S i3lock-color cava materia-theme
2018-01-06 16:43:26 +01:00
```
2018-01-06 16:38:52 +01:00
2018-01-08 04:45:41 +01:00
### Setting up zsh ###
2018-01-08 05:06:00 +01:00
``` shell
2018-01-07 02:33:13 +01:00
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
```
2018-01-08 04:45:41 +01:00
### Setting up Emacs ###
2018-01-14 12:32:20 +01:00
I tried to make this as easy as possible. All packages should be installed automatically. I'm not sure whether it works or not
2018-01-06 21:04:06 +01:00
2018-01-08 04:45:41 +01:00
### Setups ###
2018-01-06 21:04:06 +01:00
Setting up some programs.
2018-01-08 04:45:41 +01:00
#### Installing Nextcloud-Client (optional) ####
2018-01-08 05:06:00 +01:00
``` shell
2018-01-07 02:33:13 +01:00
wget https://download.nextcloud.com/desktop/releases/Linux/Nextcloud-2.3.3-x86_64.AppImage --P ~/Downloads/
2018-01-06 21:17:53 +01:00
chmod +x ~/Downloads/Nextcloud-2.3.3-x86_64.AppImage
2018-01-06 21:04:06 +01:00
sudo ln -s ~/Downloads/Nextcloud-2.3.3-x86_64.AppImage /usr/bin/nextcloud
```
2018-01-08 04:45:41 +01:00
#### Finally *"installing"* the dotfiles. ####
2018-01-08 05:06:00 +01:00
``` shell
2018-01-08 03:58:31 +01:00
git clone https://github.com/TuDatTr/dotfiles .dotfiles
2018-01-19 06:50:57 +01:00
stow emacs
stow i3
stow zsh
2018-01-06 22:05:05 +01:00
rm -rf ~/.i3/
2018-01-06 16:47:44 +01:00
sudo ln -s ~/.scripts/pipes.sh /usr/local/bin/pipes
2018-01-06 21:04:06 +01:00
```
2018-01-07 02:33:13 +01:00
If you're using elpy you might want to do this.
2018-01-08 05:06:00 +01:00
``` pip
pip install -r --user ~/dotfiles/requirements.txt
```
2018-01-06 21:04:06 +01:00
2018-01-08 04:45:41 +01:00
# Author #
2018-01-06 21:17:53 +01:00
* Tuan-Dat Tran - [TuDatTr ](https://github.com/tudattr/ )
2018-01-08 04:45:41 +01:00
# License #
2018-01-06 21:17:53 +01:00
This project is license under the GPL-3.0 License - see LICENSE file for details.
2018-01-08 04:45:41 +01:00
# Acknowledgements #
2018-01-14 12:32:20 +01:00
* [unixporn - the home for *NIX customisation! ](https://www.reddit.com/r/unixporn/ )