https://github.com/aniko33/i3-dotfiles
https://github.com/aniko33/i3-dotfiles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aniko33/i3-dotfiles
- Owner: aniko33
- Created: 2024-06-23T20:18:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T20:56:56.000Z (11 months ago)
- Last Synced: 2025-02-16T00:26:12.074Z (3 months ago)
- Language: Shell
- Size: 826 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# i3-dotfiles
## Requirements
- i3
- Polybar
- Rofi
- Fish
- Neofetch
- Picom
- Alacritty
- JetBrainsMono Nerd Font#### Install script for Arch
```bash
sudo pacman -S picom i3 polybar ttf-jetbrains-mono-nerd ttf-jetbrains-mono fish rofi neofetch alacritty
```## Icons, GTK Themes...
- Icons: [Tela Circle Purple Dark](https://github.com/vinceliuice/Tela-circle-icon-theme)
- GTK theme: [TokyoNight-Dark-BL](https://www.pling.com/p/1681315/)
- Cursor: [Volantes Cursors](https://github.com/varlesh/volantes-cursors)## Rofi Fonts
```
DIR=`pwd`
FONT_DIR="$HOME/.local/share/fonts"if [[ -d "$FONT_DIR" ]]; then
cp -rf $DIR/fonts/* "$FONT_DIR"
else
mkdir -p "$FONT_DIR"
cp -rf $DIR/fonts/* "$FONT_DIR"
fi
echo -e ${BYellow}"[*] Updating font cache...\n" ${Color_Off}
fc-cache
```## Showcase


