https://github.com/federicobruzzone/dotfiles
https://github.com/federicobruzzone/dotfiles
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/federicobruzzone/dotfiles
- Owner: FedericoBruzzone
- Created: 2025-08-26T13:23:47.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-26T19:24:40.000Z (about 2 months ago)
- Last Synced: 2025-08-27T02:35:36.747Z (about 2 months ago)
- Language: Lua
- Size: 57.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
## Hyprland
This setup uses [Hyprland](https://hyprland.org/) as the window manager. The configuration files are located in the `~/.config/hypr/` directory.
**Hyprpaper**: Hyprpaper is used to manage wallpapers.
**Hyprsunset**: Hyprsunset is used to manage tempature and gamma screen parameters.
**Hypridle**: Hypridle is used to manage screen locking and power saving.
**Hyprpicker**: Hyprpicker is used to manage color picking.
**Hyprlock**: Hyprlock is used to lock the screen.
**Mako**: Mako is used as the notification daemon.
**Blueman**: Blueman is used to manage bluetooth devices.
**Network Manager**: Network Manager is used to manage network connections.## Waybar
The [Waybar](https://github.com/Alexays/Waybar/) is used as the status bar. The configuration files are located in the `~/.config/waybar/` directory.
## Rofi
[Rofi](https://davatorium.github.io/rofi/) is used as the application launcher. The configuration files are located in the `~/.config/rofi/` directory.
## Neovim
This setup uses [neovim](https://neovim.io/) as the text editor. All installed plugins are managed via **lazy.nvim** and listed in the `lazy.lua` file.
## Zsh
As shell, it uses [oh-my-zsh](https://ohmyz.sh/) with the following plugins:
- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions.git)
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting.git)
- [zsh-fast-syntax-highlighting](https://github.com/zdharma-continuum/fast-syntax-highlighting.git)[zsh-autocomplete](https://github.com/marlonrichert/zsh-autocomplete.git) is excluded.
[This gist](https://gist.github.com/n1snt/454b879b8f0b7995740ae04c5fb5b7df) explains how to set it up.
## Kitty
As terminal emulator, it uses [kitty](https://sw.kovidgoyal.net/kitty/).