Go to file
Tuan-Dat Tran b4eece8494 Alt+Tab for keyboard layout switching 2019-03-21 22:06:08 +01:00
config Alt+Tab for keyboard layout switching 2019-03-21 22:06:08 +01:00
emacs/.emacs.d White Theme and vim Wordbook 2018-11-20 15:13:51 +01:00
vim Alt+Tab for keyboard layout switching 2019-03-21 22:06:08 +01:00
zsh Alt+Tab for keyboard layout switching 2019-03-21 22:06:08 +01:00
.gitignore Alt+Tab for keyboard layout switching 2019-03-21 22:06:08 +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 Updated README.org: removed unnecessary stuff and corrected the stow-section 2018-03-15 12:11:06 +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. Making an own conky, conky_maia-like

Getting Started

Prerequisites

Pacman Install
System
  • lightdm
Terminal
  • zsh
  • termite
Essentials
  • nyancat
  • stow
  • git
  • python-pip
  • xsel
  • rofi
Lifestyle
  • emacs
  • texlive-most
  • evince
  • scrot
  • aspell-en
Pretty stuff (i.e. ricing, pretty cli-apps)
  • cmus
  • lxappearance
  • conky
  • arc-icon-theme
oh-my-zsh
  • powerline-fonts
  • awesome-terminal-fonts
  • zsh-theme-powerlevel9k
Yaourt Install
System
  • lightdm-mini-greeter
  • i3-gaps (Moved into the official Arch community repo)
  • i3lock-color
Essentials
  • polybar
Pretty stuff (i.e. ricing, pretty cli-apps)
  • cava
  • materia-theme
  • neofetch

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 related files from your home directory.. don't do it if you wanna keep using bash with this user

Setting up Emacs

I tried to make this as easy as possible. All packages should be installed automatically. Config file is .emacs.d/config.org

Font setup

Stolen from here.

git clone # clone
git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts

"Installing" the dotfiles.

Take a look at already existing files and delete them if necessary.

git clone https://github.com/TuDatTr/dotfiles .dotfiles && cd .dotfiles
stow emacs
stow zsh
stow config
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.