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:
parent
17ee0e400b
commit
f06b2edf5c
4 changed files with 151 additions and 1 deletions
|
|
@ -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" *)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue