Note
This repo contains only dotfiles unrelated to the window manager. My window manager config.
- Terminal emulator:
kitty - Code editor:
neovim - Music player:
ncmpcpp - Flexer:
fastfetch
Use your favorite package manager (paru -S or pacman -S for Arch) to install these dependencies and applications:
luarocks git stow ripgrep npm
kitty tmux neovim ncmpcpp mpddris2-git fastfetch# zoxide
curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh
# starship
curl -sS https://starship.rs/install.sh | shInitialize dotfiles using stow
cd
mkdir .config
git clone https://github.com/SherlockH0/.dotfiles.git
cd .dotfiles
stow --adopt .tmux
tmux source ~/.config/tmux/tmux.confInstal packages:
Ctrl + O + I (<prefix> + I)
Setup printer
sudo pacman -S caps system-config-printer
sudo systemctl enable --now cups
sudo usermod -aG lp $USER

