my dotfiles (.)
- alacritty (Terminal)
- ble.sh (Bash completion +VIM mode)
- oh-my-posh (Bash theme)
- screenkey (For flex your keyboard-centricts environment 😎)
- featherpad (Lightweight text editor)
- flameshot (Screencapture)
- xinit (Display server)
- picom (Compositor for X display [used it for opacity and add shadow + rounded window])
- i3 (For gigachad only)
- i3-scratchpad
- diodon (clipboard manager)
- polybar (Panel)
- rofi (Replacement for dmenu)
- tmux (For gigachad only)
- vim (THE BEST TEXT EDITOR IN UNIVERSE)
- ranger (Gigachad file explorer 😎)
Prerequisite: curl
- alacritty
- ble.sh
- xinit
- screenkey
- featherpad (you can install it via your current OS package manager)
- flameshot
- oh-my-posh
- i3
- i3-scratchpad
cd ~/.config/i3/ curl -O https://gitlab.com/aquator/i3-scratchpad/-/raw/master/i3-scratchpad chmod +x ./i3-scratchpad
- rofi
- rofi-power-menu
cd ~/.config/rofi curl -O https://raw.githubusercontent.com/jluttine/rofi-power-menu/master/rofi-power-menu chmod +x ./rofi-power-menu
- tmux
- vim (you can install it via your current OS package manager)
- vim-plug
- colorsheme (molokai)
curl -o ~/.vim/colors https://raw.githubusercontent.com/tomasr/molokai/master/colors/molokai.vim
Currently all my dotfiles is using Nerd Fonts:
- FiraCode Nerd
curl -LO "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/FiraCode.zip"
unzip -o FiraCode.zip -d ~/.fonts
fc-cache -f -v
rm FiraCode.zip
- JetBrainsMono Nerd
curl -LO "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/JetBrainsMono.zip"
unzip -o JetBrainsMono.zip -d ~/.fonts
fc-cache -f -v
rm JetBrainsMono.zip
- MesloLG Nerd
curl -LO "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/Meslo.zip"
unzip -o Meslo.zip -d ~/.fonts
fc-cache -f -v
rm Meslo.zip
- Better README
- Add GTK installation guide
- Add Ranger installation guide
- Add Picom installation guide
- Add Diodon installation guide
- Add Polybar installation guide