The Wayback Machine - https://web.archive.org/web/20200716000617/https://github.com/topics/dotfiles
Skip to content
#

dotfiles

Here are 10,999 public repositories matching this topic...

alwazzan
alwazzan commented Dec 4, 2017

I'm trying to include highlighting of the conda virtualenv in the .bash_prompt file, but I'm not very familiar with bash and haven't had much success in targeting it. Say this is the desired result for some virtualenv named temp;

username at host in ~/dotfiles on master [+] < temp >

Currently, the conda virtualenv name is prepended to the command prompt. I believe that i

Halfwalker
Halfwalker commented Feb 29, 2020

Change the default username color to something like blue (via variable, so it's changeable). Then, when user su's to root or logs in as root, change username color to RED. This would be a good visual warning that you might be doing something with root privs by mistake ...

So the _username function would check the euid, and if 0 set color to RED

chezmoi
jsamr
jsamr commented Apr 22, 2020

Is your feature request related to a problem? Please describe.

I guess usability. I love to have access to an exhaustive documentation from the terminal, and don't rely on any window manager. Also, this is extremely valuated in the *nix world.

Describe the solution you'd like

I personally suggest mdoc (see groff_mdoc(7)) macros, because they offer a full DSL. They are also very wi

fresh
quintrino
quintrino commented Feb 28, 2019

Hi, thanks for a great tool.

I was originally going to raise an issue about customising the location of the .fresh and .freshrc files, but looking at the perl script it looks like I can set these as ENV FRESH_RCFILE and FRESH_PATH.

Can the readme be updated listing what options can be customised?

Chekote
Chekote commented Aug 19, 2018

Method

Run cider missing taps

Expected Behavior

bootstrap.yaml should have valid entries for taps. In my case:

$ brew tap
blackfireio/blackfire
buo/cask-upgrade
homebrew/cask
homebrew/cask-versions
homebrew/core

Actual Behavior

Output of the taps being updated was captured, plus some other unexpected entries.

- !!python/unicode ''
- !!python/unicode '==>

Improve this page

Add a description, image, and links to the dotfiles topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dotfiles topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.