Giter Club home page Giter Club logo

dotfiles's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

dotfiles's Issues

Cleanup script

Requirements

Clean up installed and linked files. Possibly okay to leave Brewed stuff.

Issues

Research

Specs

Certain file extensions per system

Extensions:
- .macos/.osx/.darwin only get used on macOS
- .linux only on LInux
- .unix/.bsd only on Unix

Using uname -s or zsh's $OSTYPE (e.g., [[ "$OSTYPE" == darwin* ]]).

Break up ZSH config files

Requirements

Dependencies

Pull Requests

Benefits

  • Inclusion of zprofile/zlogin and zlogout allow for specific files to be sourced when shell is a login shell. Useful for printing todo files, fortune, or cowsay files and scripts.
  • Inclusion of zshenv allows for non-interactive shells to still have the proper environment setup. That especially matters for any scripts that use #!/bin/zsh and are run as cronjobs.
  • zshrc is still the primary file with exception of environment variables moving to zshenv.

Research

Specs

Utilize:

  • zshenv
    1. **/*path.zsh (except **/*fpath.zsh)
    2. **/*env.zsh
  • zprofile
    1. **/*profile.zsh
  • zshrc
    1. **/*fpath.zsh
    2. **/*.zsh (except **/*completion.zsh, **/*path.zsh, **/*env.zsh, **/*profile.zsh, **/*login.zsh, **/*logout.zsh)
    3. **/*completion.zsh
  • zlogin
    1. **/*login.zsh
  • zlogout
    1. **/*logout.zsh

Add ZSH configs

Requirements

Dependencies

Research

Specs

  1. environment
    • functions
      • iscmd
      • try2run try attempt
  2. aliases
    • git
    • macos
    • misc
    • system
    • todo.txt
    • vim

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.