dotfiles VS dotfiles

Compare dotfiles vs dotfiles and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
dotfiles dotfiles
1 3
1 28
- -
0.0 7.1
almost 3 years ago about 1 month ago
Shell Shell
- Do What The F*ck You Want To Public License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-22.
  • How to navigate directories faster with Bash (2015)
    23 projects | news.ycombinator.com | 22 Apr 2021
    I have a few functions in my bashrc for fast directory navigation.

    up <#> - cd .. # times

    upto

    - find dir in the current path above you and cd to it

    down

    - find dir in the current tree below you including inside any number of subdirectories and cd to it

    https://github.com/robmccoll/dotfiles/blob/master/bashrc#L15...

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-25.
  • The bash book to rule them all
    5 projects | news.ycombinator.com | 25 Nov 2023
    > An interactive shell can be a login-shell or a non-login-shell.

    A shell can be login and non-interactive.

    This happens e.g when starting a session from a X session manager. Subsequently a terminal such as Xterm starts non-login interactive sessions.

    Similarly doing ssh starts a non-interactive login shell.

    > However, bash behaves like an interactive non-login shell in this case and reads `bashrc`.

    IIRC nope: distros such as Debian often have bashrc source bash profile (or the other way around, I can't recall) which has me irate to no end+. They even have some TTY dependent stuff in profile which spits out some error in some cases when no TTY is allocated because heh not interactive.

    + I took great length to have my rc and profile properly separated because it's that much faster not to source the unneeded stuff. https://github.com/lloeki/dotfiles

  • A Dotfile History
    5 projects | news.ycombinator.com | 13 Apr 2022
    Got a similar repo: https://github.com/lloeki/dotfiles

    A couple of differences though.

    - there's a setup script to do the basic symlinks, automatically from the files in the "home" subdir by prepending the names with .

    - then for shell stuff everything is sourced from either shell, bash, or zsh subdirs, all in modular files

    - shell dir content is autoloaded based on +x

    - there are polyfills for bash that makes it more zsh-like (stuff like precmd)

    - each shell module tests for tool presence and is a noop or sets up a fallback when the tool is not available, so I can clone this on any system and have it still work, gracefully degrading down to zero deps except the shell itself

    - it also attempts to provide a uniform experience across bash versions and OSes (darwin, linux)

    - prompt is minimal (workdir, dirname only, not the full path), increases with detail progressively and in a hierarchical order (root if root, host if ssh, workdir, vcs branch if in repo, vcs status as symbols if nonempty, venv name if virtualenv, "nix" if in nix shell)

  • How to navigate directories faster with Bash (2015)
    23 projects | news.ycombinator.com | 22 Apr 2021

What are some alternatives?

When comparing dotfiles and dotfiles you can also consider the following projects:

ranger - A VIM-inspired filemanager for the console

fzf - :cherry_blossom: A command-line fuzzy finder

autocomplete - IDE-style autocomplete for your existing terminal & shell

nnn - n³ The unorthodox terminal file manager