Skip to content

Commit 49fba5d

Browse files
committed
add pip.conf
1 parent a9dffb1 commit 49fba5d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

dot_config/pip/pip.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[global]
2+
break-system-packages = true
3+
user = true

sw/assets/iterm2_gruvbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"Blue Component": 0.15686274509803921,
2323
"Red Component": 0.15686274509803921
2424
},
25-
"Normal Font": "HackNFM-Regular 15",
25+
"Normal Font": "FiraCodeNF-Reg 15",
2626
"Ansi 1 Color": {
2727
"Green Component": 0.14117647058823529,
2828
"Blue Component": 0.11372549019607843,

sw/bin/executable_sync_brews.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ PACKAGES+=(
151151
poetry
152152
pnpm
153153
yarn
154+
pipx
154155
)
155156

156157
if [[ $OSTYPE == 'darwin'* ]]; then

0 commit comments

Comments
 (0)