It goes without saying that if one stares at a screen for several hours a day, the experience must be as painless as possible. Such an aim would entail a workflow that seeks to maximize the productivity with a color scheme that is pleasant to look at. This repository contains some dotfiles that, while not succeding yet, aims to achieve that goal.
The following configurations have been heavily but not entirely influenced by the dracula theme. For the time being, the window manger in which most of the features described below is i3. Below are the details of such configurations.
As a window manager, I use i3. The main apps, where the configuration files are inlcuded in this repository, are the following:
In order to install all the vim
plugins, first, copy the .vimrc
in the home directory, run the folowing in the terminal
`vim`
and then the plugins can be updated inside vim
as
:VimBootstrapUpdate
:PlugInstall
To configure tmux
based on the following plugin, the Tmux Plugin Manager must be installed first. To install the plugins, just copy the .tmux.conf
into the home directory and run the following
tmux source ~/.tmux.conf
then, inside a tmux
session, press Ctr + Shift + I.