Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 860 Bytes

File metadata and controls

38 lines (30 loc) · 860 Bytes

Oz Elentok Dotfiles

  • Distribution: Arch Linux
  • Desktop Environment: Sway + Waybar + SwayNotificationCenter
  • Dark Theme for GTK and QT
  • Program Launcher: wmenu
  • Browser: Firefox
  • File Manager: Double Commander / Yazi
  • IDE / Text Editor: Neovim

Installation

sudo pacman -Syu --needed python git
git clone --recursive https://github.com/ozelentok/dotfiles.git ~/.dotfiles && cd ~/.dotfiles
python -m dotfiles profile [PROFILE]

# Install Full profile
python -m dotfiles profile Full

# Install Minimal profile
python -m dotfiles profile Minimal

# Install ShellOnly profile
python -m dotfiles profile ShellOnly

Upgrade

# Upgrade all packages relevant to current profile
python -m dotfiles upgrade

Install specific package

# Install package with current profile settings
python -m dotfiles [PACKAGE_NAME]