Update readme.

This commit is contained in:
2026-02-21 08:49:45 -05:00
parent f9163b626d
commit 753dc47666

View File

@@ -20,20 +20,6 @@ mv ~/.bashrc ~/.bashrc.backup
stow . -t ~ stow . -t ~
``` ```
If you forget to clone recursively
```bash
git submodule update --init
Submodule path '.vim/bundle/Colorizer': checked out '53ada285f0acc171acda4280b6144e468dded89f'
Submodule path '.vim/bundle/ale': checked out '7265ceb6d050d1a4642741d248f11e4f2abd37e1'
Submodule path '.vim/bundle/clang_complete': checked out '0b98d7533ad967aac3fc4c1a5b0508dafa8a676f'
Submodule path '.vim/bundle/supertab': checked out '40fe711e088e2ab346738233dd5adbb1be355172'
Submodule path '.vim/bundle/unicode.vim': checked out '29f43f7b1be94dccfac461f4da0a34410408111f'
Submodule path '.vim/bundle/vim-airline': checked out '6d665580a3435f21ad560af192d854d4b608fff5'
Submodule path '.vim/bundle/vim-airline-themes': checked out '0d5c5c1e2995126e76606a628316c8e3f5efb37a'
Submodule path '.vim/bundle/vim-signify': checked out '16eee41d2b267523b84bd4ac111627588bfd1a47'
```
### Docker ### Docker
You can run these dotfiles in a docker container - You can run these dotfiles in a docker container -
@@ -51,27 +37,3 @@ This container has the following packages installed and uses `ubuntu:latest` as
git stow vim tmux ranger clang wget curl golang-go git stow vim tmux ranger clang wget curl golang-go
``` ```
### Install Clang Completion
**These configurations require the installation of clang for clang completion**
If you don't want clang completion, just remove the plugin directory from `~/.vim/bundle/`.
If you don't remove clang completion and skip the following steps, vim will show errors when opening source code files. This is because these configurations use clang completion for source code auto completion and drop-down menus within vim.
```bash
sudo apt install clang
source ~/.bashrc
```
### Gitmux
To enable the gitmux status bar in tmux sessions
```bash
sudo apt install golang-go
go install github.com/arl/gitmux@latest
```