Git Product home page Git Product logo

config's Introduction

Configuration Stuff

Usage

Initial Installation

Install the essential utilities:

curl -fsSL https://raw.githubusercontent.com/konodyuk/config/main/bin/bootstrap | bash -s -- essentials

Clone the repo:

git clone https://github.com/konodyuk/config.git

Configure shell and utilities:

./bin/bootstrap init_repo
./bin/bootstrap shell
./bin/bootstrap dotfiles

Restart the shell.

Stages

Apply the remaning stages:

bootstrap           # show available stages
bootstrap <stage>   # apply stage

Example order:

bootstrap macos_defaults
bootstrap sudo_touchid
bootstrap iterm
bootstrap obsidian
bootstrap apps

For more granular control invoke pyinfra directly:

pyinfra @local deploys/<name>.py

QuickConf

Minimal, unprivileged and isolated dev configuration.

Installs and configures:

  • nvim
  • starship
  • inv: interactive nvim python repl
  • utils: fzf+ripgrep

Applies the following changes:

  • writes all binaries, configs, and auxiliary files into ~/.quickconf folder
  • optionally inserts 2 lines into ~/.bashrc and ~/.bash_profile

External, i.e. not managed deps:

  • isort+black: for format-on-save
  • node: for language servers
  • ipython: for inv

Install:

curl -fsSL https://raw.githubusercontent.com/konodyuk/config/main/scripts/quickconf.sh | bash -s -- install

Update:

quickconf update

Uninstall:

quickconf uninstall

or

curl -fsSL https://raw.githubusercontent.com/konodyuk/config/main/scripts/quickconf.sh | bash -s -- uninstall

config's People

Contributors

konodyuk avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.