katabame / init

initialization scripts for environment setup

Home Page:https://init.kataba.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

init

This repository contains scripts for setup environment after (re)installing Operating System. Also scripts are automatically bundled and deployed to https://init.kataba.me for provide one-liner experience.

Preference files are provided at katabame/.preferences repository.

Windows

Assumed environment: Windows 11

PowerShell (34 characters)

iwr https://init.kataba.me/win|iex

Command Prompt (51 characters)

curl -fsSL https://init.kataba.me/win/cmd>.cmd&.cmd

Note curl in cmd.exe and powershell.exe is different command.

Behavior

macOS

Command line (39 characters)

curl -L https://init.kataba.me/mac|bash

Behavior

Linux

Command line (41 characters)

curl -L https://init.kataba.me/linux|bash

Behavior

About

initialization scripts for environment setup

https://init.kataba.me

License:MIT License


Languages

Language:Shell 51.7%Language:Batchfile 46.8%Language:PowerShell 1.5%