An open API service indexing awesome lists of open source software.

https://github.com/eigan/.dotfiles


https://github.com/eigan/.dotfiles

dotfiles stow

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

          

# .dotfiles
My notes for setting up a fresh installation.

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

stow base
stow

# For root packages
stow -t /
```

### "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
```