An open API service indexing awesome lists of open source software.

https://github.com/radonirinaunimi/dotfiles

i3wm dotfiles for Arch-based distros 🚀.
https://github.com/radonirinaunimi/dotfiles

alacritty dotfiles dotfiles-linux fish i3wm latex picom polybar ranger tmux vim zathura

Last synced: about 2 months ago
JSON representation

i3wm dotfiles for Arch-based distros 🚀.

Awesome Lists containing this project

README

          


dotfiles



GitHub license
GitHub repo size

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.

### Features

The following configurations have been heavily but not entirely influenced by the [dracula](https://draculatheme.com/) theme. For the time being, the window manger in which most of the features described below is [i3](https://i3wm.org/). Below are the details of such configurations.
![screenshot](screenshot/out.png)

### Configurations
As a window manager, I use [i3](https://i3wm.org/). The main apps, where the configuration files are inlcuded in this repository, are the following:
| Type | Aplication |Overview | Features |
|-------------|----------------------------|--------------------------------------------------------------------------------------------------------------- |------------------------------------------------------------------------|
| WM | **i3** | |

  • Autotilling
|
| Bar | **Polybar** | |

  • Minimal

  • Clickable widgets

|
| Terminal | **Alacritty** | |
  • GPU acceleration
|
| Shell | **Fish** + **Oh my Fish** | |

  • Powerline

  • Git status

  • Execution time

|
| App Launcher| **rofi** | |
  • Dracula color scheme
|
| Editor | **Vim** | |
  • Powerline status
|
| Multiplexer | **Tmux** | |

  • Dracula Themed

  • Powerline & Git

|
| Browser | **Surf/Firefox** | |
  • Dracula Themed
|
| PDFreader | **zathura** | |
  • Dracula Themed
|

### Side Notes

##### Vim
In order to install all the `vim` plugins, first, copy the `.vimrc` in the home directory, run the folowing in the terminal
```bash
`vim`
```
and then the plugins can be updated inside `vim` as
```bash
:VimBootstrapUpdate
:PlugInstall
```

##### Tmux

To configure `tmux` based on the following [plugin](https://github.com/tmux-plugins/tpm), the [Tmux Plugin Manager](https://github.com/tmux-plugins/tpm) must be installed first. To install the plugins, just copy the `.tmux.conf` into the home directory and run the following
```bash
tmux source ~/.tmux.conf
```
then, inside a `tmux` session, press Ctr + Shift + I.