dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit cd6c4bca7fd5f1f5fb1a6ae37a304c82e3dc8b2e (tree)
parent f675fe558103a14e86f228d3a5f3a1df9f89770d
Author: Motiejus Jakštys <desired.mta@gmail.com>
Date:   Wed,  8 Apr 2020 23:17:46 +0300

better dotfiles

Diffstat:
Mbash/.profile_motiejus | 12++----------
Mi3/.config/i3/config | 5++---
2 files changed, 4 insertions(+), 13 deletions(-)

diff --git a/bash/.profile_motiejus b/bash/.profile_motiejus @@ -38,20 +38,12 @@ nman() { . $HOME/.gg.sh . $HOME/.gopathmodeFunc.bash -alias l='echo -n ł | pbcopy' - export UBER_PROFILE_UID=motiejus export UBER_LDAP_UID=motiejus alias cerberus='cerberus --zone phx2 --no-status-page' -if [[ $uname == Darwin ]]; then - alias grep='/usr/local/bin/ggrep' - alias vim=/usr/local/bin/vim - alias vimdiff=/usr/local/bin/vimdiff -else - export UBER_HOME=/home/motiejus/Uber - export UBER_OWNER=motiejus@uber.com -fi +export UBER_HOME=/home/motiejus/Uber +export UBER_OWNER=motiejus@uber.com bazel() { arg1=$1 diff --git a/i3/.config/i3/config b/i3/.config/i3/config @@ -1,4 +1,3 @@ -# This file has been auto-generated by i3-config-wizard(1). # It will not be overwritten, so edit it as you like. # # Should you change your keyboard layout some time, delete @@ -195,8 +194,8 @@ bindsym $mod+l focus right bindsym $mod+h focus left bindsym $mod+b split h bindsym $mod+v split v -bindsym $mod+Shift+Tab workspace prev -bindsym $mod+Tab workspace next +bindsym $mod+Left workspace prev +bindsym $mod+Right workspace next bindsym $mod+Ctrl+q exec --no-startup-id i3lock --ignore-empty-password --pointer win --color=$lockbg bindsym $mod+minus move scratchpad bindsym $mod+plus scratchpad show; floating toggle