No description
Find a file
2025-04-08 11:21:41 +02:00
bashrc.d Add flux to environment 2025-04-08 11:21:41 +02:00
.gitignore Added some vim plugins 2025-03-13 20:42:32 +01:00
bash_profile stuff 2025-04-02 16:35:27 +02:00
bashrc stuff 2025-04-02 16:35:27 +02:00
LICENSE Initial commit 2025-03-13 19:34:09 +00:00
README.md stuff 2025-04-02 16:35:27 +02:00
vimrc Add ollama to vim 2025-04-08 11:21:36 +02:00

dotfiles

Vim

ln -sv ${PWD}/vimrc ${HOME}/.vimrc
git clone https://github.com/VundleVim/Vundle.vim.git ${HOME}/.vim/bundle/Vundle.vim

Bash

ln -sv ${PWD}/bashrc.d/ ${HOME}/.bashrc.d
ln -sv ${PWD}/bashrc ${HOME}/.bashrc
ln -sv ${PWD}/bash_profile ${HOME}/.bash_profile