Skip to content

Commit

Permalink
collapse bin/* to .local/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
avindra committed Jun 19, 2023
1 parent e12972a commit 21e1ee9
Show file tree
Hide file tree
Showing 25 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ bindsym $esc+XF86AudioLowerVolume exec pactl set-sink-volume $sink -5% && killal

bindsym XF86AudioMute exec pactl set-sink-mute $sink toggle && killall -SIGUSR1 i3status

bindsym XF86Calculator exec ~/bin/mouse/active.py
# bindsym XF86Calculator exec ~/mouse/active.py

bindsym $mod+XF86AudioRaiseVolume exec pavucontrol

Expand Down
2 changes: 1 addition & 1 deletion .config/ranger/rc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ set preview_images true
set preview_images_method ueberzug
set draw_borders true

map bg shell ~/bin/setbg %F && i3-msg restart
map bg shell setbg %F && i3-msg restart

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions bin/startup → .local/bin/startup
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

picom -f -b

if [ -f ~/bin/localstartup ]; then
~/bin/localstartup
if [ -f ~/.local/bin/localstartup ]; then
~/.local/bin/localstartup
fi


File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 1 addition & 5 deletions .settings
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,20 @@ eval "$(dirp hook)"
P0="./bin"
P1="./node_modules/.bin"
P2="$HOME/.cargo/bin"
P3="$HOME/.local/bin"
P4="$HOME/.gem/ruby/2.4.0/bin"
P5="$HOME/go/bin"
# todo: move projects out of Dev
P6="$HOME/Dev/emsdk/upstream/emscripten"
P7="$HOME/Dev/wasm-qt/src/bin"
P6="$HOME/Dev/suserpmutil/bin"
P8="$HOME/Dev/fndr"

USER_PATHS="$P0:$P1:$P2:$P3:$P4:$P5:$P6:$P7:$P8"
USER_PATHS="$P0:$P1:$P2:$P5:$P6:$P7:$P8"


# Change MacOS env to resemble a more
# traditional developer environment
os=$(uname -s)
if [[ "$os" == "Darwin" ]]; then
USER_PATHS="$USER_PATHS:$HOME/bin"

# Prefer brew python over system python
#USER_PATHS="/usr/local/opt/python/libexec/bin:$USER_PATHS"

Expand Down

0 comments on commit 21e1ee9

Please sign in to comment.