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" },
|
||||
]
|
||||
|
||||
[window]
|
||||
opacity = 0.95
|
||||
|
||||
[font]
|
||||
size = 20
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
refresher:
|
||||
refreshInterval: 60
|
||||
gui:
|
||||
useHunkModeInStagingView: false
|
||||
mainPanelSplitMode: "horizontal"
|
||||
theme:
|
||||
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"
|
||||
fi
|
||||
|
||||
PIPEXT="--user --force --quiet --break-system-packages --no-warn-script-location"
|
||||
PIPEXT="--user --force --quiet --no-warn-script-location"
|
||||
PIPEXTPRE="--pre $PIPEXT"
|
||||
|
||||
# Gentoo release
|
||||
@@ -85,7 +85,7 @@ function command_exists() {
|
||||
function update_pip() {
|
||||
# Update the pip
|
||||
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
|
||||
$install dev-python/pip
|
||||
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