Coder Social home page Coder Social logo

jacke / - Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 10.63 MB

~ (iam) project | Dotfiles, Shell, Cheatsheets and OG scripts ๐Ÿ˜Ž

Home Page: https://dotfiles.download

License: GNU Affero General Public License v3.0

Shell 74.91% Dockerfile 0.39% Python 24.63% AppleScript 0.08%
dotfiles zsh shell aliases automation scripts chezmoi config configuration-files

-'s Introduction

~ (iam) Dotfiles

Run

source <(curl -sL dotfiles.download/install)

Benefits

This project is collection of incredible experience for terminal users. Yes. This is for you! You are:

  • Innovators
  • Minimalism lovers with wise taste
  • Fans of exceptional user experience

Content

Project consists installer-configuration manager โ€“ Serotonin. Whole project has agile structure with meaningful entities.

Tree and Description

Root

โ”œโ”€โ”€ Brewfile
โ”œโ”€โ”€ dot_zprofile
โ”œโ”€โ”€ dot_zshenv
โ”œโ”€โ”€ dot_zshrc
โ””โ”€โ”€ install
Root directory
Filename Description
.zshenv it contains exported variables that should be available to other programs. For example, $PATH, $EDITOR, and $PAGER are often set in .zshenv. Also, you can set $ZDOTDIR in .zshenv to specify an alternative location for the rest of your zsh configuration.
.zprofile .zprofile is basically the same as .zlogin except that it's sourced before .zshrc while .zlogin is sourced after .zshrc. According to the zsh documentation, ".zprofile is meant as an alternative to .zlogin for ksh fans; the two are not intended to be used together, although this could certainly be done if desired."
.zshrc it is for interactive shell configuration. You set options for the interactive shell there with the setopt and unsetopt commands. You can also load shell modules, set your history options, change your prompt, set up zle and completion, et cetera. You also set any variables that are only used in the interactive shell (e.g. $LS_COLORS).
install Global install script. It's using Serotonin

zshrc.d

โ”œโ”€โ”€ dot_zshrc.d
โ”‚ย ย  โ”œโ”€โ”€ functions
โ”‚ย ย  โ”œโ”€โ”€ alias.zsh
โ”‚ย ย  โ”œโ”€โ”€ colors.zsh
โ”‚ย ย  โ”œโ”€โ”€ completions.zsh
โ”‚ย ย  โ”œโ”€โ”€ functions.zsh
โ”‚ย ย  โ”œโ”€โ”€ history.zsh
โ”‚ย ย  โ”œโ”€โ”€ keybindings.zsh
โ”‚ย ย  โ”œโ”€โ”€ options.zsh
โ”‚ย ย  โ”œโ”€โ”€ plugins.zsh
โ”‚ย ย  โ”œโ”€โ”€ prompt.zsh
โ”‚ย ย  โ””โ”€โ”€ terminal.zsh
zshrc.d directory
Filename Description
Backtick ..
Pipe ..

Scripts

โ”œโ”€โ”€ scripts
โ”‚ย ย  โ”œโ”€โ”€ sync
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ copy_vscode.sh
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ init_chezmoi.sh
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ sync_app_settings
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ sync_brew
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ sync_npm
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ sync_pip
โ”‚ย ย  โ”‚ย ย  โ”œโ”€โ”€ sync_snippets_cheat
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ wapm.lock
โ”‚ย ย  โ”œโ”€โ”€ gate
โ”‚ย ย  โ”œโ”€โ”€ install_linux.sh
โ”‚ย ย  โ”œโ”€โ”€ learn.zsh
โ”‚ย ย  โ”œโ”€โ”€ run_once_install-packages.sh.tmpl
โ”‚ย ย  โ”œโ”€โ”€ uninstall.sh
โ”‚ย ย  โ”œโ”€โ”€ update.zsh
โ”‚ย ย  โ””โ”€โ”€ upsert_cheatsheets.sh
Scripts directory
Filename Description
Backtick ..
Pipe ..

vscode

โ”œโ”€โ”€ vscode
โ”‚ย ย  โ”œโ”€โ”€ snippets
โ”‚ย ย  โ”‚ย ย  โ””โ”€โ”€ scala.json
โ”‚ย ย  โ”œโ”€โ”€ keybindings.json
โ”‚ย ย  โ””โ”€โ”€ settings.json
VSCode directory
Filename Description
Backtick ..
Pipe ..

Perfomance

Shell launch time:

๐Ÿข Top rated dotfile
TBA

๐Ÿฅ‡ ~ (iam)

TBA

Full bench โ€“ TBA

TODO

Project Board

Contribute

You can help this project by contribution to issue, donate to project Contribute Guide

Changelog

Changelog

License

MIT License

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.