Go to file
TuDatTr 709020c441
Spotify support for polybar
2018-03-08 01:13:52 +01:00
Templates Update cv.tex 2018-02-01 18:29:52 +01:00
cava/.config/cava Added ledger to workflow created a top and bottom bar 2018-03-05 13:40:11 +01:00
emacs/.emacs.d Spotify support for polybar 2018-03-08 01:13:52 +01:00
i3 Spotify support for polybar 2018-03-08 01:13:52 +01:00
neofetch/.config/neofetch Changed folder structure for little tools 2018-02-08 14:55:54 +01:00
polybar/.config/polybar Spotify support for polybar 2018-03-08 01:13:52 +01:00
rofi/.config/rofi Added ledger to workflow created a top and bottom bar 2018-03-05 13:40:11 +01:00
termite/.config/termite Spotify support for polybar 2018-03-08 01:13:52 +01:00
zsh Spotify support for polybar 2018-03-08 01:13:52 +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 Updated README.md 2018-02-08 17:24:32 +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
General
  • wget
  • udisks2
  • exfat-utils
Terminal
  • zsh
  • termite
Audio
  • libmad
  • alsa-utils
  • pulseaudio-alsa
Bluetooth
  • blueman
  • pulseaudio-bluetooth
Networking
  • networkmanager
  • networkmanager-openvpn
  • networkmanager-openconnect
  • network-manager-applet
Energymanagement/Laptop
  • acpi
  • acpid
  • xorg-xmodmap
  • xorg-xbacklight
Keyring
  • libgnome-keyring
  • gnome-keyring
Essentials
  • nyancat
  • stow
  • git
  • openssh
  • thunderbird
  • python-pip
  • xsel
  • rofi
Lifestyle
  • emacs
  • texlive-most
  • evince
  • thunderbird
  • 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
Security/Privacy
  • veracrypt
  • keepassx2
Yaourt Install
System
  • lightdm-mini-greeter
  • i3-gaps
  • i3lock-color
Essentials
  • polybar
Lifestyle
  • waterfox-bin
  • nextcloud-client
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-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" 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 cava
stow emacs
stow i3
stow neofetch
stow polybar
stow rofi
stow termite
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.