Update tmux configs

+ Add gitmux config
+ Use find to locate libclang in .bash_aliases
This commit is contained in:
2022-08-06 12:43:20 -04:00
parent c2e4e04a18
commit 0fb52c2472
5 changed files with 66 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
# Headless
Dotfiles configurations for headless Ubuntu 20.04 linux environments. Be sure to clone recursively if you want to grab updated plugins / submodules included. For example, using Pathogen with Vim to manage plugins requires that the plugin to be installed are cloned to the `~/.vim/bundle/` directory. Cloning recursively allows git to clone these same nested repositories/submodules within this directory so Pathogen can handle running the Vim plugins.
Dotfiles configurations for headless Ubuntu 22.04 linux environments. Be sure to clone recursively if you want to grab updated plugins / submodules included. For example, using Pathogen with Vim to manage plugins requires that the plugin to be installed are cloned to the `~/.vim/bundle/` directory. Cloning recursively allows git to clone these same nested repositories/submodules within this directory so Pathogen can handle running the Vim plugins.
Once installed, editing source code in vim supports features displayed in the screenshot below
@@ -8,15 +8,16 @@ Once installed, editing source code in vim supports features displayed in the sc
### Install Dotfiles
Easiest installation is to clone repository into home directory -
Easiest installation is to clone repository into home directory -
```bash
sudo apt install vim xsel xclip tmux
git clone --recursive https://github.com/shaunrd0/dot ~/dot
cd ~/dot/
stow --adopt .
```
If you'd rather clone elsewhere -
If you'd rather clone elsewhere -
```bash
git clone --recursive https://github.com/shaunrd0/dot /path/to/dot