aruyu / openbox-dotfiles

Dotfiles for Openbox WM with Xorg(X11).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Openbox Dotfiles

Custom dotfiles for Openbox WM for xorg with ZSH.

Installation

I highly recommend to use 'rsync' for installation.

Install with rsync

Clone the repository to '~/Documents' and install with rsync.

git clone https://github.com/aruyu/openbox-dotfiles.git ~/Documents/openbox-dotfiles/

Use rsync to sync the dotfiles.

rsync -avxHAXP --exclude={'.git*','tools','LICENSE','*.md'} ~/Documents/openbox-dotfiles/. ~/

Run 'install.sh' to install essentials.

bash ~/Documents/openbox-dotfiles/tools/install_themes.sh
bash ~/Documents/openbox-dotfiles/tools/install_zsh.sh
Direct installation

Clone the repository to '~/.config' directly.

git clone https://github.com/aruyu/openbox-dotfiles.git ~/Downloads/openbox-dotfiles/
cp -rf ~/Downloads/openbox-dotfiles/.* ~/

Run 'install.sh' to install essentials.

bash ~/Downloads/openbox-dotfiles/tools/install_themes.sh
bash ~/Downloads/openbox-dotfiles/tools/install_zsh.sh

'install.sh' script

Type one of belows.

  • Arch
  • Ubuntu
  • Mac
  • Font ('JetBrainsMono NerdFont' fonts installation)

About

Dotfiles for Openbox WM with Xorg(X11).

License:MIT License


Languages

Language:CSS 89.6%Language:Shell 5.6%Language:Python 2.9%Language:Perl 1.9%