mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
vimrc: init
This commit is contained in:
parent
eb3dd87869
commit
5744e72450
2 changed files with 8 additions and 1 deletions
6
apply.sh
6
apply.sh
|
|
@ -1,10 +1,14 @@
|
|||
# .Xresources
|
||||
ln -sv ~/dotfiles/root/.Xresources ~/.Xresources
|
||||
|
||||
# .Xresources
|
||||
# .zshrc
|
||||
rm ~/.zshrc
|
||||
ln -sv ~/dotfiles/root/.zshrc ~/.zshrc
|
||||
|
||||
# .vimrc
|
||||
rm ~/.vimrc
|
||||
ln -sv ~/dotfiles/root/.vimrc ~/.vimrc
|
||||
|
||||
# i3
|
||||
mkdir -p ~/.config/i3
|
||||
ln -sv ~/dotfiles/i3/config ~/.config/i3/config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue