Add more cool configs

This commit is contained in:
2019-05-23 19:55:26 +04:00
parent a238e95a7d
commit c313e39a9c
12 changed files with 552 additions and 3 deletions

23
install.sh Executable file
View File

@@ -0,0 +1,23 @@
#!/bin/bash
ln -s $PWD/.railsrc \
$PWD/.psqlrc \
$PWD/.ackrc \
$PWD/.agignore \
$PWD/.gitconfig \
$PWD/.gitignore_global \
$PWD/.rubocop.yml \
$PWD/.screenrc \
$PWD/.xinitrc \
$PWD/.Xresources \
$PWD/.zshenv \
$PWD/.zshrc \
$PWD/.zshrc.d \
$PWD/.ansible.cfg \
$PWD/.ruby-lint.yml \
~/
ln -s $PWD/htop ~/.config/
cp $PWD/qutebrowser/config.py ~/.config/qutebrowser/config.py
cp $PWD/.bundle-config ~/.bundle/config