Skip to content

Jacke/-

Repository files navigation

~ (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