Skip to content

cuberhaus/dotfiles

Repository files navigation

Cuberhaus's dotfiles

Table of Contents

Opinionated defaults, this repo is not meant to be used by everyone, just a personal configuration to take ideas out of. However if you are brave enough you can install it with the instructions below, you are advised to read the installation scripts before hand.

Installation

Clone repo and its submodules:

git clone --recurse-submodules https://github.com/cuberhaus/dotfiles ~/dotfiles/dotfiles
sudo apt-get update
sudo apt-get upgrade
sudo apt install stow
cd dotfiles
stow -vt ~ dotfiles/

Use Stow to symlink files:

cd ~
mkdir dotfiles
cd dotfiles
git clone https://github.com/cuberhaus/dotfiles
stow -vt ~ dotfiles/

Install scripts are located within .local/scripts/bootstrap/

Tip: read script before executing

bash .local/scripts/arch

Shortcuts

Shortcuts to applications are stored in /usr/share/applications/

Recommendations

  • Read this repo's wiki
  • That's pretty much all

Supported OS

  • Arch_icon Arch
  • Manjaro_icon Manjaro
  • Ubuntu_icon Ubuntu
  • MacOS_icon MacOS

Window Managers

  • Xmonad (Main config)
  • i3 (Second best)
  • Cinnamon desktop
  • Gnome

WIP

  • Gentoo_iconGentoo
  • Openbox