mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
3 commits
626811a49f
...
3b97435825
Author | SHA1 | Date | |
---|---|---|---|
|
3b97435825 | ||
|
42b4c58377 | ||
|
a848343e94 |
3 changed files with 9 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"id": "btw-i-use-arch",
|
"id": "btw-i-use-arch",
|
||||||
"title": "btw I use Arch",
|
"title": "btw I use Arch",
|
||||||
"version": "0.0.0",
|
|
||||||
"description": "A mod for masochists like myself",
|
"description": "A mod for masochists like myself",
|
||||||
"prestart": "prestart.js",
|
"prestart": "prestart.js",
|
||||||
"poststart": "poststart.js"
|
"poststart": "poststart.js"
|
||||||
|
|
8
crosscode/btw-i-use-arch-mod/package.json
Normal file
8
crosscode/btw-i-use-arch-mod/package.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"name": "btw-i-use-arch",
|
||||||
|
"ccmodHumanName": "btw I use Arch",
|
||||||
|
"description": "A mod for masochists like myself",
|
||||||
|
"prestart": "prestart.js",
|
||||||
|
"main": "poststart.js",
|
||||||
|
"module": true
|
||||||
|
}
|
|
@ -61,6 +61,7 @@ fi
|
||||||
|
|
||||||
# Ruby gems
|
# Ruby gems
|
||||||
path_prepend path ~/.gem/ruby/*/bin(N/)
|
path_prepend path ~/.gem/ruby/*/bin(N/)
|
||||||
|
path_prepend path ~/.local/share/gem/ruby/*/bin(N/)
|
||||||
|
|
||||||
# Yarn global packages
|
# Yarn global packages
|
||||||
path_prepend path ~/.yarn/bin
|
path_prepend path ~/.yarn/bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue