Add more cool configs
This commit is contained in:
23
install.sh
Executable file
23
install.sh
Executable 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
|
||||
Reference in New Issue
Block a user