Skip to content

SherlockH0/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles

Note

This repo contains only dotfiles unrelated to the window manager. My window manager config.

Gallery

fastfetch neovim ncmpcpp

Applications

  • Terminal emulator: kitty
  • Code editor: neovim
  • Music player: ncmpcpp
  • Flexer: fastfetch

Instalation guide

Install dependencies and applications

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

Install zoxide and starship

# zoxide
curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh
# starship
curl -sS https://starship.rs/install.sh | sh

Initialize dotfiles using stow

cd
mkdir .config
git clone https://github.com/SherlockH0/.dotfiles.git
cd .dotfiles
stow --adopt .

Tmux

tmux
tmux source ~/.config/tmux/tmux.conf

Instal packages:
Ctrl + O + I (<prefix> + I)

Optional setups

Setup printer
sudo pacman -S caps system-config-printer
sudo systemctl enable --now cups
sudo usermod -aG lp $USER

Install drivers

About

⚙️ My linux dotfiles

Topics

Resources

Stars

Watchers

Forks