diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-02-17 22:12:40 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-02-17 22:12:40 +0000 |
commit | 67025f5313b0a9af3d01dc2c96fe005773fa072b (patch) | |
tree | 2378795c78103c1c6efac205b7790837515a0acb /install.sh | |
parent | 2cd4e65c515d4a04b08a4f9019d09cd3ba1a9da6 (diff) | |
download | dotfiles-67025f5313b0a9af3d01dc2c96fe005773fa072b.tar.gz dotfiles-67025f5313b0a9af3d01dc2c96fe005773fa072b.tar.bz2 dotfiles-67025f5313b0a9af3d01dc2c96fe005773fa072b.zip |
+rofi
Rofi is a great tool like ivy posframe, which allows you to do tons of stuff.
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,8 +9,9 @@ for file in $files; do ln -s $dir/$file ~/.$file; done -## Symlink i3 +## Symlink to .config ln -s $dir/i3.conf ~/.config/i3/config +ln -s $dir/rofi.conf ~/.config/rofi/config # Generate folders mkdir ~/Text; |