hypnoglow / dotfiles

:briefcase: My dotfiles [arch, i3, urxvt, macOS, zsh, git, atom, ...]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.files

My dotfiles. \o/ :metal:

If you barely understand what it is, or if you want an in-depth tutorial about organizing your dotfiles, see this post as an example.

These dotfiles target both macOS and ArchLinux/Manjaro systems - things that I use either in one of them or in both are specified in dotbro-macOS.toml and dotbro-linux.toml.

Note that many of included config files are compatible with other operation systems (or at least easy adaptable to it). For example, Atom is available on Linux, macOS and Windows, and its configuration files are universal for all these systems.

Feel free to take anything from this.

First Time Installation

Installation is done via dotbro.
See that repository for an easy way to install dotfiles.

Note that I export DOTFILES_ROOT one time during installation for convenience so my dotbro config can use this variable. For further needs, the DOTFILES_ROOT variable is exported during shell login (see here).

ArchLinux

# install dotbro
yaourt -S dotbro --noconfirm

export DOTFILES_ROOT="$HOME/sources/hypnoglow/dotfiles"
git clone https://github.com/hypnoglow/dotfiles "$DOTFILES_ROOT"
dotbro -c $DOTFILES_ROOT/dotbro-linux.toml

macOS

# Install dotbro.
go install github.com/hypnoglow/dotbro@latest

export DOTFILES_ROOT="$HOME/sources/hypnoglow/dotfiles"
git clone https://github.com/hypnoglow/dotfiles "$DOTFILES_ROOT"
$(go env GOPATH)/bin/dotbro -c $DOTFILES_ROOT/profiles/<profile_name>/dotbro.toml

About

:briefcase: My dotfiles [arch, i3, urxvt, macOS, zsh, git, atom, ...]


Languages

Language:Shell 84.8%Language:CoffeeScript 5.6%Language:Vim Script 4.3%Language:Perl 2.5%Language:JavaScript 1.7%Language:Less 1.1%