Skip to content

aruyu/openbox-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)