mirror of
https://github.com/pgrondek/config.git
synced 2024-11-22 12:03:43 +00:00
9 lines
123 B
Bash
Executable File
9 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -f $HOME/.vimrc
|
|
|
|
ln -s $(pwd)/vimrc $HOME/.vimrc
|
|
|
|
# Gnome
|
|
dconf load /org/gnome/desktop/ < gnome/desktop.txt
|