Support additional Linux configurations

- i3 - window manager
- Terminator - terminal preferences
- Rofi - kind of like Finder, but also like Helm and Ivy; dmenu
  replacement
This commit is contained in:
William Carroll 2018-10-02 09:46:49 -04:00
parent 17ee0e400b
commit f06b2edf5c
4 changed files with 151 additions and 1 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
configs="$HOME/dotfiles/configs"
configs="$DOTFILES/configs"
if [[ $(uname) == 'Darwin' ]]; then
(cd "$configs/os_x" && stow --target="$HOME" *)