feat(hyprland): Add hyprland config

This commit is contained in:
whoami 2024-12-22 07:44:26 +00:00
parent 981dd2170c
commit 4bf9687d72
28 changed files with 540 additions and 80 deletions

View file

@ -1,6 +1,14 @@
# $DOTFILES/common/npmrc
# Date: 2024-12-22
# Author: js0ny
# Location:
# $NPM_CONFIG_USERCONFIG
# ~/.npmrc (Default location)
# Linking:
# export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME"/npm/npmrc
# ===========================================================
# $XDG_CONFIG_HOME/npm/npmrc
# ln -s $DOTFILES/.config/npm/npmrc $NPM_CONFIG_USERCONFIG
# New-Item -ItemType SymbolicLink -Path $env:NPM_CONFIG_USERCONFIG -Value $env:DOTFILES/.config/npm/npmrc
# registry=https://registry.npmmirror.com