Go to file
TuDatTr a178a08c1f Removed unnecessary vim bloat 2020-10-24 07:47:49 +02:00
config went back to using termite as default terminal emulator. 2020-10-24 07:44:46 +02:00
emacs/.emacs.d went back to using termite as default terminal emulator. 2020-10-24 07:44:46 +02:00
vim/.vim Removed unnecessary vim bloat 2020-10-24 07:47:49 +02:00
zsh Added emacs to my daily routine again. More emacs related commits incoming. 2020-10-24 06:12:37 +02:00
.gitignore Specified rangerfiels in .gitignore 2020-05-22 02:34:27 +02: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.md Finished cleanup 2020-05-22 03:01:50 +02: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 Update requirements.txt 2020-04-02 00:10:52 +00:00

README.md

.dotfiles

These are my personal dotfiles.

Main tools I am currently using are:

  • urxvt
  • byobu
  • vim
  • i3-gaps
  • ranger
  • rofi

Getting started

To make full use of the dotfiles we need to install the following packages via pacman:

pacman -Syu zsh gvim byobu conky firefox rxvt-unicode dunst highlight i3-gaps neofetch ranger rofi

And the following packages from the AUR: yay -S cava polybar

zsh setup

chsh -s /bin/zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
cp -r /usr/share/zsh-theme-powerlevel9k $HOME/.oh-my-zsh/themes/powerlevel9k
rm -rf $HOME/.*bash* # optional, but removes all bash related stuff from the home directory

Font setup

Since we're using a powerline font we need to install them first.

git clone https://github.com/powerline/fonts.git --depth=1
./fonts/install.sh
rm -rf fonts/

Installing the dotfiles

To deploy the .dotfiles we use the tool stow.

git clone https://github.com/TuDatTr/dotfiles .dotfiles && cd .dotfiles
stow vim
stow zsh
stow config

Author

License

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