dotfiles/README.md

18 lines
304 B
Markdown
Raw Normal View History

2025-03-13 19:34:09 +00:00
# dotfiles
2025-03-13 20:47:56 +01:00
## Vim
```bash
2025-04-02 16:35:27 +02:00
ln -sv ${PWD}/vimrc ${HOME}/.vimrc
git clone https://github.com/VundleVim/Vundle.vim.git ${HOME}/.vim/bundle/Vundle.vim
```
## Bash
```shell
ln -sv ${PWD}/bashrc.d/ ${HOME}/.bashrc.d
ln -sv ${PWD}/bashrc ${HOME}/.bashrc
ln -sv ${PWD}/bash_profile ${HOME}/.bash_profile
2025-03-13 20:47:56 +01:00
```