1
2025-01-22 13:01:01 -05:00
2024-11-13 22:47:25 -05:00
2024-11-21 19:48:56 -05:00
2024-05-16 10:02:40 -04:00
2025-01-22 13:01:01 -05:00
2024-01-17 15:29:55 -05:00
2024-03-06 11:12:49 -05:00
2024-11-12 11:00:10 -05:00
2024-12-19 09:33:08 -05:00
2024-03-06 11:22:41 -05:00
2024-12-19 14:41:07 -05:00
2024-07-07 10:58:54 -04:00
2024-08-14 14:43:34 -04:00

ewpratten's config files

This repository stores most of my common config files. It is designed to be deployable to pretty much any system. Assuming ideal conditions, any machine is one sh ./install-<os> away from behaving like my personal workstation.

I know its called ewconfig, but at this point, its more of a monorepo of scripts

Setup

The scripts in this repository have the following dependencies:

  • Git (optional, extremely recommended)
  • ZSH (optional, recommended)
  • Neovim (optional, recommended)
  • zsh-vcs (required on Alpine Linux)

Install and link everything with:

mkdir -p ~/.config && cd ~/.config
git clone https://github.com/ewpratten/ewconfig
cd ewconfig

# Linux & BSD & MacOS
sh ./install-linux.sh

# Windows, with GIT BASH
sh ./install-windows.sh
Description
Multi-host configuration files
Readme 1.6 MiB
Languages
Python 77.3%
Shell 13.6%
Lua 4.3%
C 2.5%
OpenSCAD 1%
Other 1.3%