Go to file
TuDatTr 0ced66b600 Changed README.md 2020-05-22 02:20:32 +02:00
config Began with cleanup 2020-05-22 02:19:38 +02:00
emacs/.emacs.d White Theme and vim Wordbook 2018-11-20 15:13:51 +01:00
vim/.vim Added clipboard functionality to config/.script/screenshot.sh 2020-05-22 01:39:09 +02:00
zsh Added clipboard functionality to config/.script/screenshot.sh 2020-05-22 01:39:09 +02:00
.gitignore Added Snippets and cleanup .script/startup.sh 2020-03-03 18:26:11 +01:00
.gitmodules Added vim polyglot and changed some vim shortcuts for go, also added skeleton support for ~/.vim/templates/skeleton.* 2020-02-02 15:42:41 +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.md Changed README.md 2020-05-22 02:20:32 +02:00
README.org Added vim-go and removed urxvt tabbing 2020-01-26 00:08:10 +01:00
README.pdf Began with cleanup 2020-05-22 02:19:38 +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

Todo (along with cleanup)

Font setup

Since we use a powerline font we need to install the necessary fonts.

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 license under the GPL-3.0 License - see LICENSE file for details.