https://github.com/eigan/.dotfiles
https://github.com/eigan/.dotfiles
dotfiles stow
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eigan/.dotfiles
- Owner: eigan
- Created: 2016-08-29T20:34:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T07:58:04.000Z (10 months ago)
- Last Synced: 2024-12-24T20:59:33.462Z (10 months ago)
- Topics: dotfiles, stow
- Language: Shell
- Size: 365 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .dotfilesstow 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
```