source <(curl -sL dotfiles.download/install)
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
Project consists installer-configuration manager β Serotonin. Whole project has agile structure with meaningful entities.
βββ 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 |
βββ 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
β βββ 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
β βββ snippets
β β βββ scala.json
β βββ keybindings.json
β βββ settings.json
VSCode directory
Filename | Description |
---|---|
Backtick | .. |
Pipe | .. |
Shell launch time:
π’ Top rated dotfile
TBA
π₯ ~ (iam)
TBA
Full bench β TBA
You can help this project by contribution to issue, donate to project Contribute Guide