mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Minor update
This commit is contained in:
parent
b5398cc256
commit
07535d4e3b
5 changed files with 5 additions and 12 deletions
|
|
@ -1 +1 @@
|
|||
/etc/fonts/conf.avail/10-sub-pixel-rgb.conf
|
||||
/usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf
|
||||
|
|
@ -1 +1 @@
|
|||
/etc/fonts/conf.avail/11-lcdfilter-default.conf
|
||||
/usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf
|
||||
|
|
@ -21,6 +21,7 @@
|
|||
cat = cat-file -p
|
||||
d = diff
|
||||
ds = diff --staged
|
||||
s = show
|
||||
[pull]
|
||||
rebase = true
|
||||
[credential]
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ keepdevbuilddir = yes
|
|||
keepbuilddeps = no
|
||||
skipfailedbuild = no
|
||||
alwaysusedynamicusers = no
|
||||
ignorearch = no
|
||||
|
||||
[colors]
|
||||
version = 10
|
||||
|
|
@ -31,11 +32,11 @@ pacmanpath = pacman
|
|||
privilegeescalationtool = sudo
|
||||
|
||||
[network]
|
||||
aururl = https://aur.tuna.tsinghua.edu.cn
|
||||
newsurl = https://www.archlinux.org/feeds/news/
|
||||
socks5proxy =
|
||||
aurhttpproxy =
|
||||
aurhttpsproxy =
|
||||
aururl = https://aur.archlinux.org
|
||||
|
||||
[review]
|
||||
donteditbydefault = no
|
||||
|
|
|
|||
|
|
@ -53,10 +53,6 @@ RANDFILE DEFAULT=${XDG_DATA_HOME}/openssl/randfile
|
|||
# wine
|
||||
WINEPREFIX DEFAULT=${XDG_DATA_HOME}/wine
|
||||
|
||||
# adb
|
||||
ANDROID_SDK_HOME DEFAULT=${XDG_CONFIG_HOME}/android
|
||||
ADB_VENDOR_KEY DEFAULT=${XDG_CONFIG_HOME}/android
|
||||
|
||||
# golang
|
||||
GO111MODULE DEFAULT=on
|
||||
GOPROXY DEFAULT=https://goproxy.cn,direct
|
||||
|
|
@ -85,11 +81,6 @@ NPM_CONFIG_USERCONFIG DEFAULT=${XDG_CONFIG_HOME}/npm/npmrc
|
|||
# nvm
|
||||
NVM_DIR DEFAULT=${XDG_DATA_HOME}/nvm
|
||||
|
||||
# ruby bundler
|
||||
BUNDLE_USER_CONFIG DEFAULT=${XDG_CONFIG_HOME}/bundle
|
||||
BUNDLE_USER_CACHE DEFAULT=${XDG_CACHE_HOME}/bundle
|
||||
BUNDLE_USER_PLUGIN DEFAULT=${XDG_DATA_HOME}/bundle
|
||||
|
||||
# docker
|
||||
DOCKER_CONFIG DEFAULT=${XDG_CONFIG_HOME}/docker
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue