My dotfiles using GNU Stow
- Clone this repository.
git clone https://github.com/njkevlani/dotfiles.git
cd dotfilesUse stow to make symlink of the configs from this repo to your ~/.config
directory.
stow -v zsh
stow -v git
# and so on...You can add -n option to this command to see what symlink will be created
without writing them on filesystem.
[0]-[dotfiles(main)]-λ stow -nv zsh
LINK: .cache/zsh => ../dotfiles/zsh/.cache/zsh
LINK: .config/zsh => ../dotfiles/zsh/.config/zsh
LINK: .zshrc => dotfiles/zsh/.zshrc
WARNING: in simulation mode so not modifying filesystem.- Ensure Installed script to make sure dependencies are installed which runs once after boot. a. zsh zsh-syntax-highlighting fzf stow git neovim cliphist wl-clipboard libnotify brightnessctl
- Copy from sway-fedora-config: scripts for brightnessctl and volume control.
- [nvim] In snacks.nvim explorer, show relevant options on right-click menu.
- Idea for external monitor brightness control
- basecamp/omarchy#2302
- Something similar to https://github.com/MonitorControl/MonitorControl for Linux.
- Notification history.
- OSD Notifications for volume/brightness control.
- Bind logitech mx master mouse gestures workspace commands in niri.
