Skip to content

My dotfiles - Sway, neovim, qutebrowser & more

Notifications You must be signed in to change notification settings

nichobi/dotfiles

Repository files navigation

nichobi's dotfiles

Configuration files for my Arch Linux setup.

This is my setup Wayland enviroment based around Sway as the window manager, Alacritty as a terminal, and neovim as an editor.

Dotfiles are managed with pilgo, according to the setup in pilgo.yml.

Included dotfiles

The repo contains configs for the following software:

  • Alacritty: Terminal emulator
  • Paru: AUR helper and pacman wrapper
  • qutebrowser: Keyboard driven, Vim-like browser
  • Sway: Tiling window manager for Wayland
  • Zathura: Document viewer
  • neovim: Modal editor forked off of vim
  • tmux: Terminal multiplexer
  • zsh: Shell
    • ohmyzsh: Framework for zsh configuration
  • A few more minor config files are also included

Setup

Install pilgo

See pilgo's instructions

Verify structure

plg show
Show dotfiles in a tree view along with their link destinations.

Check for conflicts

plg check
Check the status of your dotfiles and check for any conflicts at the target destinations.

Link files

plg link
If everything looks good, create symlinks at all target destinations to your dotfiles repo.