incr commit
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
gopass bolcom/ad/snarbutas |sudo openconnect --conf /etc/openconnect/bol-vpn-At-Papendorp.conf remote.bol.com --user snarbutas
|
gopass bolcom/ad/snarbutas |sudo openconnect --conf /etc/openconnect/bol-vpn-From-Other.conf remote.bol.com --user snarbutas
|
||||||
sleep 2
|
sleep 2
|
||||||
gopass bolcom/dc/snarbutas |kinit -p snarbutas@BOLCOM.NET
|
gopass bolcom/dc/snarbutas |kinit -p snarbutas@BOLCOM.NET
|
||||||
|
|||||||
@@ -454,7 +454,7 @@ globalkeys = gears.table.join(
|
|||||||
awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
|
awful.key({ modkey }, "r", function () awful.screen.focused().mypromptbox:run() end,
|
||||||
{description = "run prompt", group = "launcher"}),
|
{description = "run prompt", group = "launcher"}),
|
||||||
|
|
||||||
awful.key({ modkey }, "x",
|
awful.key({ modkey }, "X",
|
||||||
function ()
|
function ()
|
||||||
awful.prompt.run {
|
awful.prompt.run {
|
||||||
prompt = "Run Lua code: ",
|
prompt = "Run Lua code: ",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#for dir in ~/.rbenv/bin ~/.rbenv/shims ~/.gem/ruby/*/bin(ocN); do
|
for dir in ~/.rbenv/bin ~/.rbenv/shims; do
|
||||||
# if test -d "$dir"; then
|
if test -d "$dir"; then
|
||||||
# export PATH="${PATH}:${dir}"
|
export PATH="${PATH}:${dir}"
|
||||||
# fi
|
fi
|
||||||
#done
|
done
|
||||||
#eval "$(rbenv init -)"
|
eval "$(rbenv init -)"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ else
|
|||||||
alias ls='ls -F'
|
alias ls='ls -F'
|
||||||
fi
|
fi
|
||||||
alias ll='ls -lh'
|
alias ll='ls -lh'
|
||||||
alias cat='bat'
|
alias cat='bat -p'
|
||||||
|
|
||||||
if grep --color=auto >&/dev/null; then
|
if grep --color=auto >&/dev/null; then
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
@@ -15,6 +15,7 @@ if which nvim > /dev/null; then
|
|||||||
alias vi='nvim'
|
alias vi='nvim'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
alias feh="feh -Z -."
|
||||||
alias find='noglob find'
|
alias find='noglob find'
|
||||||
alias git='noglob git'
|
alias git='noglob git'
|
||||||
alias history='history -2000'
|
alias history='history -2000'
|
||||||
|
|||||||
@@ -2,3 +2,6 @@ export BAT_THEME="dark_neon"
|
|||||||
#export BAT_THEME="Monokai Extended"
|
#export BAT_THEME="Monokai Extended"
|
||||||
export SPOTIFY_CLIENT=a9138a6b1082438fa196221f9da72617
|
export SPOTIFY_CLIENT=a9138a6b1082438fa196221f9da72617
|
||||||
export SPOTIFY_SECRET=1c6ea12d0ba7455a9de42c693c77bc47
|
export SPOTIFY_SECRET=1c6ea12d0ba7455a9de42c693c77bc47
|
||||||
|
|
||||||
|
# sway socket export
|
||||||
|
export SWAYSOCK=$(find /run/user/1000 -name sway*)
|
||||||
|
|||||||
Reference in New Issue
Block a user