-
Been playing with mackup and other dotfiles solutions and your setup looks pretty neat!
I wanted to figure out a better way to deal with App Store apps and ran across mas (https://github.com/mas-cli/…
helgi updated
7 years ago
-
I had some issues with updating nodejs and ruby. Both, when updated to the newest version, lost all ruby gems and npm packages. I had to re-install them all. I searched through scoop's file directory …
-
Refactor these configuration files to make use of [rcm](https://github.com/thoughtbot/rcm).
kioku updated
7 years ago
-
This is to essentially prevent the forever-loading scenario of the status info.
This is apparent if one use [vcsh](https://github.com/RichiH/vcsh) for dotfile management.
Since it uses the user's …
-
Now that we have package dependencies, we should add a feature to check for system dependencies as well for packages. For example, the weather plugin depends on the shark plugin, but it also depends o…
-
on current unstable gdm crashes on boot leaving the system unusable,
im on a lenovo w541 , using bumblebee - this was discovered after #23628
[lastboot.log.txt](https://github.com/NixOS/nixpkgs/f…
-
Having the config in an `.ini`-like format might be a bad idea. Things like per-domain configs would probably be a lot easier in YAML...
Some links:
- https://en.wikipedia.org/wiki/YAML
- http://…
-
So I've recently started using this module in my project, but no matter what I tried, I can't get it to work. I keep stumbling upon the same error when I try to execute `browserify -t browserify-css c…
GXGOW updated
7 years ago
-
Probably it is sensible to generate ssh private key if it isn't set.
With code like this:
```
63 - name: Generate user SSH key
64 user:
65 name: "{{ user.name }}"
66 generate_ssh…
-
Just tried to install this on a new ubuntu server with an empty home directory. Following the readme I've got spammed with the message:
You are using Vundle's `Plugin` command to declare plugins. Dot…