Go to file
Tuan-Dat e2e842271a Using polybar now and customized it 2018-02-07 01:41:35 +01:00
Templates Update cv.tex 2018-02-01 18:29:52 +01:00
emacs/.emacs.d Added polybar and neofetch 2018-02-05 19:33:01 +01:00
i3 Using polybar now and customized it 2018-02-07 01:41:35 +01:00
zsh Using polybar now and customized it 2018-02-07 01:41:35 +01:00
.gitignore Improved loading time of i3/.scripts/i3lock.py, by using scrot tweaked/cleanup emacs' config.org to enable literal programming 2018-01-31 04:28:04 +01:00
LICENSE Default Terminal termite, typo in .emacs comments, notification on copying dotfiles to git, added warprc, Starting writing setup instructions 2018-01-06 16:38:52 +01:00
README.org README.org is *the* README-file now 2018-02-01 01:14:23 +01:00
_config.yml Default Terminal termite, typo in .emacs comments, notification on copying dotfiles to git, added warprc, Starting writing setup instructions 2018-01-06 16:38:52 +01:00
requirements.txt Improved loading time of i3/.scripts/i3lock.py, by using scrot tweaked/cleanup emacs' config.org to enable literal programming 2018-01-31 04:28:04 +01:00

README.org

dotfiles ┐【 ̄~ ̄】┌

These are my personal dotfiles. I'm using:

TODOS:

  1. Update this README for the migration to GNU stow and clemacs
  2. Making an own conky, conky_maia-like
  3. Sorting the "Prerequisites" by importance
  4. Getting away from Manjaro i3 (?)
  5. Emacs Markdown preview is buggy, find another way, this would be fixed by a org-mode README
  6. Maybe convert this readme into emacs org mode

Getting Started

Prerequisites

Pacman Install

  • emacs - A extensible, cusotmizable, free/libre text editor - and more.
  • git - A free and open source distributed version control system.
  • python-pip - pip to install python packages (**p**ip **i**nstalls **p**ackages)
  • termite - Preferred terminal emulator, since urxvt can't handle power-line well.
  • powerline-fonts - Powerline fonts for the Powerlevel9k-theme.
  • awesome-terminal-fonts - Font with cool icons. Necessary for powerlevel9k.
  • zsh-theme-powerlevel9k - Powerlevel9k-theme for zsh.
  • texlive-most - (optional)A high-quality typesetting system.
  • firefox - (optional) Install whatever you like, but you will need to make a change in the .config/i3/config. Let's see if waterfox is better.
  • thunderbid - (optional) Install whatever you like, but you might need to change it up in the .config/i3/config.
  • veracrypt - (optional) A free disk encryption software based on TrueCrypt.
  • keepassx2 - (optional) A free, open source, light-weight and easy-to-use password manager.
  • evince - (optional, prefered if you use auctex) pdf viewer, default to view compiled LaTeX-files with auctex(emacs plugin).
  • xorg-backlight - The backlight controlling tool I use
  • pulseaudio-alsa - (recommended)
  • pulseaudio-bluetooth - (recommended)
  • nyancat - (mandatory) That's what the internet is all about.
  • cmus - (optional) cli music player
  • stow - To manage dotfiles
  • aspell-en - Language for flycheck
  • aspell-de -Language for flycheck
  • lxappearance - Feature-rich GTK+ theme switcher of the LXDE Desktop

Pacman Remove

  • palemoon-bin - Not needed anymore, if you use Firefox.
  • epdfview - Not needed anymore, if you use evince.

Yaourt Install

  • i3lock-color - Needed for ~/.scripts/i3lock.py
  • cava - C onsole-based A udio V isualizer for A LSA (MPD and Pulseaudio)
  • materia-theme - A Material Design theme for GNOME/GTK+ based desktop environments
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

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)
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
"installing" the dotfiles.

Take a look at already existing files and delete them if necessary. Like $HOME/.i3/

git clone https://github.com/TuDatTr/dotfiles .dotfiles
stow emacs
stow i3
stow zsh
sudo ln -s ~/.scripts/pipes.sh /usr/local/bin/pipes

Author

License

This project is license under the GPL-3.0 License - see LICENSE file for details.