Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.16 KB

File metadata and controls

47 lines (36 loc) · 1.16 KB

dot

Configuration files and setup instructions for Linux & macOS meta distribution.

All programs are chosen with simplicity in mind. Cross-platform programs that follow the UNIX philosophy are preferred. The setup is compliant with the XDG Base Directory Specification.

The setup is intended for (Arch) Linux and macOS.

NOTE: For (Arch) Linux, switch to the linux branch.

Setup

Important

Copy over the contents and create directories:

\cp -R .config .local .zshenv "$HOME"
\mkdir -p "$HOME/git" "$HOME/workspace" "${XDG_CACHE_HOME:-$HOME/.cache}/zsh"

Install packages:

brew bundle

Tip

Change shell to Zsh

chsh -s /usr/bin/zsh

License

MIT License