Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 768 Bytes

README.md

File metadata and controls

56 lines (44 loc) · 768 Bytes

.dotfiles

My notes for setting up a fresh installation.

Installation

cd ~
mkdir bin .boot .boot/zsh .config
git clone git@github.com:eigan/.dotfiles.git
cd .dotfiles

stow base
stow <name-of-package>

# For root packages
stow -t / <name-of-package>

"Must have" OS packages

stow
rofi
alsa-utils # i3 config (amixer volume)
pulseaudio-alsa # For polybar volume
firefox
phpstorm
terminator
keepassxc

# Fonts
otf-fira-code
otf-font-awesome
adobe-source-code-pro-fonts

# i3
i3
i3lock

# Sway
sway
waybar
sirula

Other stuff

Reload Xresource with xrdb after change
xrdb .Xresource
# Backup with encryption on the fly
tar --xattrs -czvp ~/bin/ | gpg --encrypt --recipient mail@einargangso.no -o backup-piped.tar.gz.gpg