/dotfiles

it works for me \_(ツ)_/¯

Primary LanguageShell

My Setup

  • OS: Arch Linux
  • Window Manager/Compositor: sway
  • Bar: swaybar + i3status-rs
  • Terminal: termite
  • Shell: Zsh
  • Theme and fonts
    • GTK Theme: Arc Darker
    • icon theme: Ultra Flat
    • font: Roboto Mono
  • Editor: Neovim
  • Firefox

HowTo

All the config files in this repo are managed by GNU stow, so I'd recommend installing it if you want to easily apply and update my configs. By default the stow command will create symlinks for files in the parent directory of where you execute the command. So my dotfiles setup assumes this repo is located in the root of your home directory ~/dotfiles. And all stow commands should be executed in that directory.

# navigate to your home directory:
cd ~

# clone this repository:
git clone https://github.com/cyberbua/dotfiles

# enter the directory:
cd dotfiles

# install zsh and tmux configs:
stow zsh tmux

# uninstall tmux configs:
stow -D tmux