Skip to content

marfanr/dotfiles

Repository files navigation

version alpha

thanks for visiting this repository, this is a theme for Openbox window manager.
the reason I use Openbox is that besides being lightweight, it's also easy to customize

This is a list of the setups I use on my desktop now

🌽 Features

  • Build in with OpenVPN manager
  • Available Power Menu

🎑 SETUP

if you are interested in installing this theme on your desktop please follow the steps below

I hope you understand very well what the Widow Manager is and how to use it

prerequisite

because I use Artix or Arch Linux Distro, so for installation I use Pacman. for other distributions please adjust yourself

  • $ sudo pacman -Sy git openbox tint2 nitrogen rofi stow thunar neofetch openvpn termite dunst sxhkd zsh
  • $ yay -S concky-lua 
  • $ sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Installation

To avoid errors, before starting the installation process, make sure that your home directory doesn't have the following folders yet, and make sure you're not using any dotfiles

  • ~/.config/conky
  • ~/.config/neofetch
  • ~/.config dunst
  • ~/.config/sxhkd
  • ~/.config/nitrogen
  • ~/.config/thunar
  • ~/.config/termite
  • ~/.config/picom
  • ~/.themes
  • ~/.scripts

first of all clone this repository

$ git clone https://github.com/marfanr/dotfiles ~/.dotfiles; cd dotfiles

an automatic installation script is being built, for now, you can install it manually using the GNU stow

  • install

    $ stow  conky dunst neofetch nitrogen openbox picom sxhkd termite thunar themes scripts  tint2 zsh -t ~
  • uninstall

    $ stow -D conky dunst neofetch nitrogen openbox picom sxhkd termite thunar themes scripts  tint2 zsh -t ~