dotfiles
Here are 10,999 public repositories matching this topic...
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
The lines https://github.com/holman/dotfiles/blob/master/zsh/config.zsh#L18 and https://github.com/holman/dotfiles/blob/master/zsh/config.zsh#L26 seem to specify incompatible options. The second line also repeats SHARE_HISTORY.
From The Z Shell Manual:
SHARE_HISTORY <K>This option both imports new commands from the history
-
Updated
Jul 11, 2020
Screenshot in README
Could you add a screenshot to the main README with your everyday tools that the dotfiles affect (vim, terminal emulator, etc.)?
Add a man page
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
-
Updated
May 28, 2020 - Shell
The Getting Started page says:
Eventually you will want to push the local repo to a remote.
yadm remote add origin <url>
yadm push -u origin master
It wasn't clear to me whether to expect the yadm wrapper to be smart enough to exclude the internal repo path from <url> or not. It turns out it is not. Perhaps it would be clearer to use
-
Updated
Jun 24, 2020 - CSS
-
Updated
Mar 17, 2020 - Shell
Please document how a checkout of home-manager can be used instead of channels.
It is not easy to start hacking on home-manager if you can't get it running without channels.
? mark in iterm
Some of the default bindings are incorrect in the README. For example, the previous/next window defaults are <prefix> C-[ and <prefix> C-], not <prefix> < and <prefix> >.
-
Updated
Jul 15, 2020 - Lua
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?
-
Updated
Jul 5, 2020 - Shell
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 '==>
-
Updated
Feb 8, 2019 - Lua
Improve this page
Add a description, image, and links to the dotfiles topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dotfiles topic, visit your repo's landing page and select "manage topics."



I'm trying to include highlighting of the conda virtualenv in the
.bash_promptfile, 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 namedtemp;Currently, the conda virtualenv name is prepended to the command prompt. I believe that i