These are my system dotfiles for Linux Ubuntu.
git clone --recursive https://github.com/FerchoRiveraR/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.shThe install.sh script will automatically:
- Initialize git submodules (vimrc)
- Create symlinks for shell configurations and vim
- Copy template files for local customization
See CLAUDE.md for detailed documentation, manual installation instructions, and dependency setup.