-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Matt edited this page Jun 30, 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 (Nerd Fonts)
- Bar: Polybar (custom theme).
- Compositor: tryone144's compton fork
- File Manager: Nautilus AND ranger
- Editor: Neovim
- Vim Theme: Odyssey
- 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
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 directory since running this command again will overwrite that backup.
Important Notes:
- The theme, icon theme, and vim 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.
- .vimrc does not assume any plugins or plugin managers are installed. Edit/create ~/.scripts/env/env.vimplugs to configure plugins.