1
2024-02-29 11:24:09 -05:00
2024-02-29 12:59:47 -05:00
2024-01-17 15:29:55 -05:00
2024-01-30 15:03:42 -05:00
2023-12-01 20:14:10 -05:00
2023-11-21 11:09:41 -05:00
2022-02-22 16:50:42 -05:00
2023-11-22 11:46:33 -05: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)

Install and link everything with:

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

# Linux & BSD & probably MacOS (untested)
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%