Skip to content

microamp/dotfiles

Repository files navigation

dotfiles

Requirements

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.04.1 LTS
Release:        22.04
Codename:       jammy
  • sway

    apt install sway swaylock
  • emacs

    sudo snap install emacs --classic
    
    mkdir -p ~/.emacs.d/notes
  • tmux

    apt install tmux
  • vim

    apt install vim
  • stow

    apt install stow

Misc

  • pandoc

    apt install pandoc
  • ripgrep

    apt install ripgrep
  • fzf

    apt install fzf
  • slurp and grim

    apt install slurp grim

    (to replace scrot from Xorg)

  • fonts-ibm-plex

    apt install fonts-ibm-plex
  • pfetch

    pfetch

    mkdir -p ~/src/github.com/dylanaraps/pfetch
    git clone https://github.com/dylanaraps/pfetch.git ~/src/github.com/dylanaraps/pfetch
    ln -s ~/src/github.com/dylanaraps/pfetch/pfetch ~/bin/pfetch
  • wlsunset

    wlsunset

    e.g.

    wlsunset -l 36.8509 -L 174.7645 & # NZ
  • pass

    apt install pass
    • dmenu-wl

      TODO: Build from source

    • passmenu

      wget https://git.zx2c4.com/password-store/plain/contrib/dmenu/passmenu
      chmod u+x passmenu
      mv passmenu ~/bin
      which passmenu
  • wl-clipboard

    apt install wl-clipboard

QuickStart

stow -vv bash -t ~/
stow -vv config -t ~/
stow -vv emacs -t ~/
stow -vv tmux -t ~/
stow -vv vim -t ~/

Screenshots

clean

dirty

Releases

No releases published

Packages

No packages published