diff options
Diffstat (limited to 'configs')
-rwxr-xr-x | configs/install | 2 | ||||
-rw-r--r-- | configs/shared/.config/fish/config.fish | 2 | ||||
-rw-r--r-- | configs/shared/.config/lf/marks | 4 | ||||
-rw-r--r-- | configs/shared/.profile | 2 | ||||
-rwxr-xr-x | configs/uninstall | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/configs/install b/configs/install index 4aedf35be1f7..c810dfd4f9f2 100755 --- a/configs/install +++ b/configs/install @@ -1,6 +1,6 @@ #!/usr/bin/env bash -configs="$DOTFILES/configs" +configs="$BRIEFCASE/configs" case $(hostname) in $DESKTOP) diff --git a/configs/shared/.config/fish/config.fish b/configs/shared/.config/fish/config.fish index 754470618c1f..20de7a7f78cc 100644 --- a/configs/shared/.config/fish/config.fish +++ b/configs/shared/.config/fish/config.fish @@ -286,7 +286,7 @@ abbr --add ef e ~/functions.zsh abbr --add el e ~/variables.zsh abbr --add ex e ~/.Xresources abbr --add em e ~/.tmux.conf -abbr --add er e ~/Dropbox/dotfiles/README.md +abbr --add er e $BRIEFCASE/README.md # Couple the s* aliases to the <leader>s* kbds in vim. abbr --add sz source ~/.zshrc diff --git a/configs/shared/.config/lf/marks b/configs/shared/.config/lf/marks index 295576a0da1a..4aff94c32f19 100644 --- a/configs/shared/.config/lf/marks +++ b/configs/shared/.config/lf/marks @@ -1,6 +1,6 @@ D:~/Dropbox G:/usr/local/google/home/wpcarro/Downloads M:/usr/local/google/home/wpcarro/Downloads -c:~/dotfiles/configs -d:~/dotfiles +c:~/briefcase/configs +d:~/briefcase s:~/Pictures/screenshots diff --git a/configs/shared/.profile b/configs/shared/.profile index 6513c2c9b5c0..30b9804699e7 100644 --- a/configs/shared/.profile +++ b/configs/shared/.profile @@ -52,7 +52,7 @@ LOCALE_ARCHIVE=$(readlink ~/.nix-profile/lib/locale)/locale-archive export LOCALE_ARCHIVE # Set environment variables for Nix. Don't run this for systems running NixOS. -# TODO: Learn why I can't use the variables from ~/dotfiles/.envrc. +# TODO: Learn why I can't use the variables from ~/briefcase/.envrc. case $(hostname) in zeno.lon.corp.google.com) . ~/.nix-profile/etc/profile.d/nix.sh;; seneca) . ~/.nix-profile/etc/profile.d/nix.sh;; diff --git a/configs/uninstall b/configs/uninstall index 526c32113f53..7151843d6070 100755 --- a/configs/uninstall +++ b/configs/uninstall @@ -1,6 +1,6 @@ #!/usr/bin/env bash -configs="$DOTFILES/configs" +configs="$BRIEFCASE/configs" case $(hostname) in $DESKTOP) |