Dotfiles of my personal linux rice flavoured with catppuccin-mocha theme.
Hyprland
Window Manager and compositorHypridle
Idle manager for hyprlandHyprlock
Lockscreen for hyprlandHyprpaper
Wallpaper manager for hyprlandWaybar
Status barKitty
Terminal (wezterm config also available)Starship
Prompteza
DIR listervivid
$LS_COLOR managerzoxide
cd replacementfzf
Fuzzy finderbat
A cat(1) replacementfsh
Zsh syntax highlightingyazi
File explorerbtop
System monitorneovim
(with LSP, Debugging, syntax highlighting and many more)tmux
terminal multiplexerfastfetch
sysfetch.hushlogin
file to disable "last login" message.
I manage my dotfiles with GNU stow
. follow the below steps to simlink the files to necessary locations.
- Install with any package manager. (or build from source).
yay -S stow # replace with your package manager's syntax
- clone the repo
git clone https://github.com/Chamal1120RE/dotfiles-linux.git
- Navigate to the directory
cd dotfiles-linux/
- Simlink the configs you need with
stow
.
stow bat btop fsh kitty nvim starship tmux yazi yt-dlp zsh hushlogin # This command will symlink all the configs
This project uses the following open-source packages and applications. Special thanks to their authors and maintainers:
- Git - A free and open source distributed version control system.
- eza - A modern, maintained replacement for ls.
- fd - A simple, fast and user-friendly alternative to 'find'.
- fzf - A general-purpose command-line fuzzy finder.
- ripgrep - A line-oriented search tool that recursively searches the current directory for a regex pattern.
- vivid - A themeable LS_COLORS generator with a rich filetype datebase.
- Neovim - Hyperextensible Vim-based text editor.
- tmux - A terminal multiplexer.
- starship - The minimal, blazing-fast, and infinitely customizable prompt for any shell.
- zsh-fast-syntax-highlighting - Fast syntax highlighting for Zsh.
- yazi - A TUI file explorer.
- yt-dlp - A youtube-dl fork with additional features and fixes.
- GNU Stow - A symlink farm manager.
- bat - A cat(1) clone with syntax highlighting and Git integration.
- btop - A monitor for resources.
- zoxide - A smarter cd command.
- kitty - A cross-platform, fast, feature-rich, GPU based terminal emulator.
- Firefox - The popular open-source web browser.