2021-03-30 08:32:00 +00:00
< h1 align = "center" > Halia DE environment< / h1 >
2021-03-22 09:20:30 +00:00
A set of dotfiles and configuration utilities for Linux distros
2021-03-30 08:32:00 +00:00
## Table of Contents
- [About ](#about )
- [Gallery ](#gallery )
- [Installation ](#install )
- [Keybinds ](#keybinds )
- [FAQ ](#faq )
< a id = "about" > < / a >
## About
Hi, welcome to my dotfiles repository.
Here are the development environment configuration I use on a daily basis, going from server configurations for remotes and window manager settings.
Curiousity brought you here, maybe you want to [install ](#install ) this configuration to try it by yourself, otherwise feel free to look around :)
Still have a doubt about what you want from here ? You might want to take a look at the [gallery ](#gallery ).
| Application | Package(s) |
|-----------------------------|----------------------------|
| Window Manager | i3-gaps |
| Browser | Firefox |
| Application launcher | Rofi |
| Bar | Polybar |
2021-05-17 14:47:09 +00:00
| Screenshots | Flameshot |
2021-03-30 08:32:00 +00:00
| Color scheme | Ayu |
| Terminals | Alacritty & xterm |
| Shell | Zsh |
2021-05-17 13:39:12 +00:00
< a id = "gallery" > < / a >
2021-05-17 13:58:19 +00:00
## Gallery
2021-05-17 13:39:12 +00:00
2021-05-17 13:40:04 +00:00
< img src = "/Images/Screenshots/desktop.png" >
2021-05-17 13:39:12 +00:00
2021-05-17 14:47:09 +00:00
< a id = "install" > < / a >
## Installation
2021-05-25 12:53:18 +00:00
### Requirements
- [jq ](https://stedolan.github.io/jq/ )
- [fzf ](https://github.com/junegunn/fzf )
- [w3m ](http://w3m.sourceforge.net/ )
- [bitwarden-cli ](https://github.com/bitwarden/cli )
- [bitwarden-rofi ](https://github.com/mattydebie/bitwarden-rofi )
2021-05-25 12:56:57 +00:00
- [git ](https://git-scm.com/ )
### Per distro instructions
2021-05-17 14:47:09 +00:00
2021-05-21 10:28:18 +00:00
#### Arch
For Arch Linux users, you can simply execute the `.config/setup.sh` script and get going.
2021-05-17 14:47:09 +00:00
2021-05-21 10:28:18 +00:00
#### Other distributions
I recommend taking a look at the `.config/setup.sh` script and comment out everything special to Arch (`pacman` and `yay` section).
Then, I advise to install all packages from source if you run into issues, since everything is meant to be used with latest versions (looking at you `neovim` ).
### Dotfiles installation
- Clone the repository
```
2022-02-14 00:07:56 +00:00
git clone --bare https://git.halia.dev/therbron/dotfiles.git $HOME/.dotfiles
2021-05-21 10:28:18 +00:00
```
- Define a one time alias
```
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
```
- Checkout the content from the git repository to your `$HOME`
```
dotfiles checkout
```
From this point on, if you have `zsh` installed, the `dotfiles` alias will be added to your shell by default. Otherwise, you might want to add it yourself or instasll `zsh` .
2021-05-17 14:47:09 +00:00
< a id = "keybinds" > < / a >
## Keybinds
These are the most used and basic keybinds. You might want to read through `.config/i3/config` to find more keybindings and add your own.
Note: `Mod` is by default set to the window key< br >
Note: Navigation keys (hjkl) can be substituted by arrow keys
### Applications
| Keybind | Function |
|-----------------------------|----------------------------|
| `Mod + Enter` | Launch terminal (alacritty)|
| `Mod + Shift + Enter` | Launch browser (firefox) |
| `Mod + Space` | Launch app launcher (rofi) |
| `Mod + s` | Open screenshot tool (flameshot)|
| `Mod + a` | Close focused window |
| `Mod + Shift + c` | Reload i3 configurations |
| `Mod + Ctrl + r` | Restart i3 |
| `Mod + c` | Display calendar widget |
| `Mod + d` | Display drive info widget |
2021-05-25 12:53:18 +00:00
| `Mod + p` | Open bitwarden-rofi |
2021-05-17 14:47:09 +00:00
### Window navigation
| Keybind | Function |
|-----------------------------|----------------------------|
| `Mod + h` | Focus window on the left |
| `Mod + j` | Focus window above |
| `Mod + k` | Focus window underneath |
| `Mod + l` | Focus window on the right |
| `Mod + Shift + h` | Move window to the left |
| `Mod + Shift + j` | Move window above |
| `Mod + Shift + k` | Move window underneath |
| `Mod + Shift + l` | Move window to the right |
| `Mod + {1-9}` | Move to {1-9} workspace |
| `Mod + Shift + {1-9}` | Move selected window(s) to workspace {1-9} |
### Split management
| Keybind | Function |
|-----------------------------|----------------------------|
| `Mod + v` | Split vertically |
| `Mod + g` | Split horizontally |
| `Mod + Backspace` | Toggle split orientation |
| `Mod + t` | Cycle between vert,hor and tabbed |
| `Mod + f` | Toggle fullscreen |
| `Mod + Shift + f` | Toggle floating mode |
| `Mod + r` | Toggle resize mode |
2021-03-30 08:32:00 +00:00
< a id = "faq" > < / a >
# Frequently asked questions
#### What is the point of using multiple terminal emulators ?
Some machines, lacking discrete or recent GPU, will not be able to start Alacritty. This is the main reason to have xterm as a backup terminal.
# Misc
2021-03-22 09:20:30 +00:00
### Slack theming
Updated as of [this commit ](https://github.com/TanguyHerbron/dotfiles/commit/9adabddf70494ba534bcc5dd94260a92e1c996c3 )
2021-03-22 10:48:06 +00:00
`#0F1419,#1F2430,#73D0FF,#1F2430,#1F2430,#D9D7CE,#BAE67E,#FF6666,#1F2430,#FFFFFF`
2022-09-19 12:48:12 +00:00
### Debugger for Firefox userChrome.css modification
- F12 or Ctrl+Shift+c menu
- Three dots > Cog icon
- Check "Enable browser chrome and add-on debugging toolboxes" and "Enable remote debugging"
- Ctrl+Shift+Alt+I and confirm security prompt
#### Live edit
- Style editor > userChrome.css