mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
added yarn stuff
This commit is contained in:
parent
139871ccd3
commit
7650c49b7c
@ -7,12 +7,7 @@ include /etc/firejail/disable-devel.inc
|
||||
include /etc/firejail/disable-passwdmgr.inc
|
||||
|
||||
caps.drop all
|
||||
netfilter
|
||||
nonewprivs
|
||||
noroot
|
||||
protocol unix,inet,inet6
|
||||
seccomp
|
||||
|
||||
private-bin cmusfm
|
||||
private-etc group
|
||||
shell none
|
||||
|
@ -1 +1,3 @@
|
||||
reader-port "Yubico Yubikey NEO OTP+CCID 01 00"
|
||||
reader-port "Yubico Yubikey NEO OTP+CCID 00 00"
|
||||
log-file /tmp/scdaemon.log
|
||||
debug-level guru
|
||||
|
106
node/.npmrc
106
node/.npmrc
@ -1,106 +0,0 @@
|
||||
;;;;
|
||||
; npm userconfig file
|
||||
; this is a simple ini-formatted file
|
||||
; lines that start with semi-colons are comments.
|
||||
; read `npm help config` for help on the various options
|
||||
;;;;
|
||||
|
||||
|
||||
;;;;
|
||||
; all options with default values
|
||||
;;;;
|
||||
; access=null
|
||||
; always-auth=false
|
||||
; also=null
|
||||
; bin-links=true
|
||||
; browser=null
|
||||
; ca=null
|
||||
; cafile=undefined
|
||||
; cache=/home/alrayyes/.npm
|
||||
; cache-lock-stale=60000
|
||||
; cache-lock-retries=10
|
||||
; cache-lock-wait=10000
|
||||
; cache-max=null
|
||||
; cache-min=10
|
||||
; cert=null
|
||||
; color=true
|
||||
; depth=null
|
||||
; description=true
|
||||
; dev=false
|
||||
; dry-run=false
|
||||
; editor=vi
|
||||
; engine-strict=false
|
||||
; force=false
|
||||
; fetch-retries=2
|
||||
; fetch-retry-factor=10
|
||||
; fetch-retry-mintimeout=10000
|
||||
; fetch-retry-maxtimeout=60000
|
||||
; git=git
|
||||
; git-tag-version=true
|
||||
; global=false
|
||||
; globalconfig=/usr/etc/npmrc
|
||||
; global-style=false
|
||||
; group=1000
|
||||
; heading=npm
|
||||
; if-present=false
|
||||
; ignore-scripts=false
|
||||
; init-module=/home/alrayyes/.npm-init.js
|
||||
; init-author-name=
|
||||
; init-author-email=
|
||||
; init-author-url=
|
||||
; init-version=1.0.0
|
||||
; init-license=ISC
|
||||
; json=false
|
||||
; key=null
|
||||
; legacy-bundling=false
|
||||
; link=false
|
||||
; local-address=undefined
|
||||
; loglevel=warn
|
||||
; long=false
|
||||
; maxsockets=50
|
||||
; message=%s
|
||||
; node-version=7.3.0
|
||||
; onload-script=null
|
||||
; only=null
|
||||
; optional=true
|
||||
; parseable=false
|
||||
; prefix=/usr
|
||||
prefix=~/.node_modules
|
||||
; production=false
|
||||
; progress=true
|
||||
; proprietary-attribs=true
|
||||
; proxy=null
|
||||
; https-proxy=null
|
||||
; user-agent=npm/{npm-version} node/{node-version} {platform} {arch}
|
||||
; rebuild-bundle=true
|
||||
; registry=https://registry.npmjs.org/
|
||||
; rollback=true
|
||||
; save=false
|
||||
; save-bundle=false
|
||||
; save-dev=false
|
||||
; save-exact=false
|
||||
; save-optional=false
|
||||
; save-prefix=^
|
||||
; scope=
|
||||
; scripts-prepend-node-path=warn-only
|
||||
; searchopts=
|
||||
; searchexclude=null
|
||||
; searchstaleness=900
|
||||
; shell=/bin/zsh
|
||||
; shrinkwrap=true
|
||||
; sign-git-tag=false
|
||||
; strict-ssl=true
|
||||
; tag=latest
|
||||
; tag-version-prefix=v
|
||||
; tmp=/tmp
|
||||
; unicode=true
|
||||
; unsafe-perm=true
|
||||
; usage=false
|
||||
; user=0
|
||||
; userconfig=/home/alrayyes/.npmrc
|
||||
; umask=18
|
||||
; version=false
|
||||
; versions=false
|
||||
; viewer=man
|
||||
; _exit=true
|
||||
; globalignorefile=/usr/etc/npmignore
|
@ -85,7 +85,7 @@ source $ZSH/oh-my-zsh.sh
|
||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||
|
||||
# Nodejs settings
|
||||
export PATH="$HOME/.node_modules/bin:$PATH"
|
||||
export PATH="$PATH:`yarn global bin`"
|
||||
|
||||
# Set GPG TTY
|
||||
export GPG_TTY=$(tty)
|
||||
|
Loading…
Reference in New Issue
Block a user