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 5
136 184
- -
0.0 9.6
over 2 years ago 4 days ago
CSS CSS
GNU Lesser General Public License v3.0 only -
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.

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-10-11.
  • IvanMalison's Emacs Config
    1 project | /r/planetemacs | 17 Sep 2023
  • Minimize(d) windows: list, open from list, open all
    6 projects | /r/xmonad | 11 Oct 2021
    Bullets 1 and 2 I could not do it. I think in your config (https://github.com/IvanMalison/dotfiles/blob/master/dotfiles/config/xmonad/xmonad.hs), around lines 220-224 and then in 995 you do something similar, but I am not doing it right. This is my failed attempt: myDmenuArgs = ["-dmenu", "-i"] myDmenuMinimized = DM.menuArgs "rofi" myDmenuArgs getMinimizedDmenu = myDmenuMinimized (withMinimized)
  • Latest xmonad on NixOS
    10 projects | /r/xmonad | 9 Aug 2021
    - The other way to solve this is what I do in my dotfiles, which is basically to make a small haskell project that is your xmonad-config (see https://github.com/IvanMalison/dotfiles/tree/master/dotfiles/config/xmonad) The reason I do this is because I really don't care for xmonads self recompilation feature, and I like to add some additional dependencies to my xmonad-config (this is also possible with their module, but just more annoying).