Git Product home page Git Product logo

dotfiles's Introduction

dotfiles

workstation setup and dotfiles repository, use at your own risk

macOS only

Fonts

nerd-fonts on macOS:

brew tap homebrew/cask-fonts
brew install font-hack-nerd-font

setup your terminals to use the font

tools

python installation(s): pyenv

terminal: warp - brew install --cask warp

cat replacement: bat - cargo install bat

sed alternative: sd - cargo install sd

find alternative: fd - brew install fd

ls deluxe: lsd - cargo install lsd

grep alternative: ripgrep - cargo install ripgrep

find and clean project artifacts: kondo - cargo install kondo

print lines of code with colors: tokei - cargo install tokei

make Makefile replacement just with justfile: just - cargo install just

zsh dot file

.zshenv' is sourced on all invocations of the shell, unless the -f option is set. It should contain commands to set the command search path, plus other important environment variables. .zshenv' should not contain commands that produce output or assume the shell is attached to a tty.

`.zshrc' is sourced in interactive shells. It should contain commands to set up aliases, functions, options, key bindings, etc.

.zlogin' is sourced in login shells. It should contain commands that should be executed only in login shells. .zlogout' is sourced when login shells exit. .zprofile' is similar to .zlogin', except that it is sourced before .zshrc'. .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. .zlogin' is not the place for alias definitions, options, environment variable settings, etc.; as a general rule, it should not change the shell environment at all. Rather, it should be used to set the terminal type and run a series of external commands (fortune, msgs, etc).

dotfiles's People

Contributors

elmcrest 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.