-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Matt edited this page Jun 16, 2020
·
33 revisions
- OS: Arch Linux
- WM: i3-gaps
- Shell: zsh
- Theme: Flat-Remix-GTK-Dark
- Icons: Tela-black-dark
- Terminal: urxvt
- Terminal Font: Hack
- Bar: Polybar (custom theme).
- Compositor: tryone144's compton fork
- File Manager: Nautilus AND ranger
- Editor: Neovim
- App Launcher: Rofi (edited theme using onedark as a base).
- Lockscreen: betterlockscreen
- deadd-notification-center
On Arch, you can install these packages AND dotfiles very quickly. Assuming this repository was stored at ~/.dotfiles (the README being at ~/.dotfiles/README.md), simply run:
sudo pacman -S $(cat ~/.dotfiles/pkgs/com-pkg-list)
yay -S $(cat ~/.dotfiles/pkgs/aur-pkg-list)
~/.dotfiles/dotfile-utils/restdots
~/.dotfiles/dotfile-utils/extsetup
Notes:
- The theme and icon theme are NOT included in the package lists.
- Vim is installed instead of Neovim. If you want to use Neovim, just set it up with the same .vimrc.
Obviously the second line depends on your AUR helper if you use one. Your previous dotfiles will be backed up into ~/.dotfiles/restbak/, so make sure to move that folder since running this command again will overwrite that backup.