Compare commits
4 Commits
65cee6eec0
...
95d17a86f0
| Author | SHA1 | Date | |
|---|---|---|---|
|
95d17a86f0
|
|||
|
c5b6a3d6bc
|
|||
|
a60bbfb5a0
|
|||
|
349b9f5756
|
@@ -15,6 +15,9 @@ bindings = [
|
|||||||
{ key = "V", mods = "Control|Shift", action = "Paste" },
|
{ key = "V", mods = "Control|Shift", action = "Paste" },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[window]
|
||||||
|
opacity = 0.95
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 20
|
size = 20
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
refresher:
|
refresher:
|
||||||
refreshInterval: 60
|
refreshInterval: 60
|
||||||
gui:
|
gui:
|
||||||
|
useHunkModeInStagingView: false
|
||||||
mainPanelSplitMode: "horizontal"
|
mainPanelSplitMode: "horizontal"
|
||||||
theme:
|
theme:
|
||||||
selectedLineBgColor:
|
selectedLineBgColor:
|
||||||
|
|||||||
2
.config/pip/pip.conf
Normal file
2
.config/pip/pip.conf
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[global]
|
||||||
|
break-system-packages = true
|
||||||
@@ -31,7 +31,7 @@ else
|
|||||||
pip="/opt/homebrew/bin/pip$PYTHONVERSION"
|
pip="/opt/homebrew/bin/pip$PYTHONVERSION"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PIPEXT="--user --force --quiet --break-system-packages --no-warn-script-location"
|
PIPEXT="--user --force --quiet --no-warn-script-location"
|
||||||
PIPEXTPRE="--pre $PIPEXT"
|
PIPEXTPRE="--pre $PIPEXT"
|
||||||
|
|
||||||
# Gentoo release
|
# Gentoo release
|
||||||
@@ -85,7 +85,7 @@ function command_exists() {
|
|||||||
function update_pip() {
|
function update_pip() {
|
||||||
# Update the pip
|
# Update the pip
|
||||||
if [[ "$(uname)" == "Darwin" ]]; then
|
if [[ "$(uname)" == "Darwin" ]]; then
|
||||||
$python -m pip install --upgrade pip --user --no-warn-script-location --break
|
$python -m pip install --upgrade pip --user --no-warn-script-location
|
||||||
elif [[ -f $GENTOO ]]; then
|
elif [[ -f $GENTOO ]]; then
|
||||||
$install dev-python/pip
|
$install dev-python/pip
|
||||||
fi
|
fi
|
||||||
|
|||||||
16
Library/Application Support/lazygit/config.yml
Normal file
16
Library/Application Support/lazygit/config.yml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
refresher:
|
||||||
|
refreshInterval: 60
|
||||||
|
gui:
|
||||||
|
useHunkModeInStagingView: false
|
||||||
|
mainPanelSplitMode: "horizontal"
|
||||||
|
theme:
|
||||||
|
selectedLineBgColor:
|
||||||
|
- "#413660"
|
||||||
|
git:
|
||||||
|
autoFetch: true
|
||||||
|
pagers:
|
||||||
|
- colorArg: always
|
||||||
|
commit:
|
||||||
|
signOff: true
|
||||||
|
pull:
|
||||||
|
mode: "rebase"
|
||||||
Reference in New Issue
Block a user