mirror of
https://github.com/pgrondek/config.git
synced 2025-02-16 23:06:31 +00:00
14 lines
314 B
Bash
Executable file
14 lines
314 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm -f $HOME/.vimrc
|
|
rm -f $HOME/.bashrc
|
|
rm -f $HOME/.bash_aliases
|
|
rm -f $HOME/.ideavimrc
|
|
|
|
ln -s $(pwd)/vimrc $HOME/.vimrc
|
|
ln -s $(pwd)/bashrc $HOME/.bashrc
|
|
ln -s $(pwd)/bash_aliases $HOME/.bash_aliases
|
|
ln -s $(pwd)/ideavimrc $HOME/.ideavimrc
|
|
|
|
# Gnome
|
|
# dconf load /org/gnome/desktop/ < gnome/desktop.txt
|