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 🚀.
- Host: GitHub
- URL: https://github.com/radonirinaunimi/dotfiles
- Owner: Radonirinaunimi
- License: mit
- Created: 2020-06-28T07:17:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T06:56:43.000Z (about 5 years ago)
- Last Synced: 2025-02-25T22:29:47.044Z (over 1 year ago)
- Topics: alacritty, dotfiles, dotfiles-linux, fish, i3wm, latex, picom, polybar, ranger, tmux, vim, zathura
- Language: Vim script
- Homepage:
- Size: 23.2 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.

### 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.
