https://github.com/nabakdev/dotfiles
My ArchLinux setup
https://github.com/nabakdev/dotfiles
archlinux dotfile dotfiles dotfiles-linux hyprland neovim neovim-config neovim-dotfiles neovim-setup nvim ranger rice swaylock waybar wlogout zsh
Last synced: about 1 month ago
JSON representation
My ArchLinux setup
- Host: GitHub
- URL: https://github.com/nabakdev/dotfiles
- Owner: nabakdev
- Created: 2021-10-02T05:43:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T03:23:11.000Z (11 months ago)
- Last Synced: 2025-03-29T21:03:33.296Z (about 1 month ago)
- Topics: archlinux, dotfile, dotfiles, dotfiles-linux, hyprland, neovim, neovim-config, neovim-dotfiles, neovim-setup, nvim, ranger, rice, swaylock, waybar, wlogout, zsh
- Language: Python
- Homepage:
- Size: 5.23 MB
- Stars: 382
- Watchers: 5
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Packages
| App | Package |
| :------------------- | :------------------------------------------------------ |
| Shell | [Zsh (oh-my-zsh)](https://wiki.archlinux.org/title/Zsh) |
| WM / DE / Compositor | [Hyprland](https://hyprland.org/) |
| Status Bar | [Waybar](https://github.com/Alexays/Waybar) |
| Editor | [Neovim](https://wiki.archlinux.org/title/Neovim) |
| Terminal | [Kitty](https://wiki.archlinux.org/title/Kitty) |
| File Manager | [Ranger](https://wiki.archlinux.org/title/Ranger) |# Packages
- [swaylock-effects](https://github.com/mortie/swaylock-effects) : fork of swaylock with fancy effects
- [Sweet](https://github.com/EliverLara/Sweet) : Light and dark colorful Gtk3.20+ theme
- [capitaine-cursors](https://github.com/keeferrourke/capitaine-cursors) : An x-cursor theme inspired by macOS and based on KDE Breeze.
- [wofi](https://sr.ht/~scoopta/wofi/) : launcher/menu for wlroots based wayland compositors## USAGE
### Install packages
```bash
yay -Syu hyprland-git \
waybar-hyprland-git \
swaylock-effects \
wlogout \
wofi \
capitaine-cursors \
sweet-theme-git \
xdg-desktop-portal-hyprland \
``````bash
git clone --depth 1 --separate-git-dir=$HOME/.dotfiles https://github.com/nabakdev/dotfiles.git $HOME/dotfiles-tmp
rm -r ~/dotfiles-tmp/
alias dotfile='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
```## Screenshots



###### Optionals shell command wrapper
- [bat](https://github.com/sharkdp/bat)
- [prettyping](https://github.com/denilsonsa/prettyping)
- [lazygit](https://github.com/jesseduffield/lazygit.git)
- [icons-in-terminal](https://github.com/sebastiencs/icons-in-terminal)###### References
- https://news.ycombinator.com/item?id=11071754
- https://github.com/siduck76/dotfiles