8000 GitHub - EvyBongers/dotfiles: Old dotfiles repo; moved to sourcehut
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

EvyBongers/dotfiles

Repository files navigation

Dotfiles

These are my dotfiles, not much more to say.

Requirements

No additional software is needed to make use of these dotfiles. However, there are a few zsh extensions that will cause warnings if the related packages are not installed.

  • EDITOR is set to vim
  • PAGER is set to less
  • gbt is used to render the zsh prompt if it's installed

ohmyzsh plugins

  • gpg-agent plugin needs gnupg installed
  • virtualenvwrapper plugin needs the python module virtualenvwrapper installed

gbt

Required software for graphical environments listed below

Installation

alias home="git --work-tree=${HOME} --git-dir=${HOME}/.files.git"

home init && \
home remote add origin https://github.com/EvyBongers/dotfiles.git && \
home fetch && \
home reset --hard origin/main && \
home branch -m main && \
home submodule update --recursive --init && \
home branch --set-upstream-to=origin/main main && \
home remote set-url --push origin git@github.com:EvyBongers/dotfiles.git

Graphical environments

To make use of the window manager features, some additional software needs to be installed as well.

  • sway (SwayWM)
  • waybar (status bar)
  • swaylock (lock screen)
  • wlogout (shutdown/restart helper)
  • wofi (launcher)
  • pactl (PulseAudio; audio controls)
  • brightnessctl (screen brightness control)
  • playerctl (media controls)
  • blueman-applet (bluetooth tray icon)
  • nm-applet (network tray icon)
  • grim (screenshot utility)
    • jq (filtering visible windows)
    • slurp (select screen region)
    • swappy (screenshot editor)
  • keybase

About

Old dotfiles repo; moved to sourcehut

Resources

License

Stars

Watchers

Forks

0