Added TabNine, cleaned up some of the installer
Installed was running as `sh` and a bunch of crap was lit up as being wrong in POSIX mode, so just changed it over to run via `bash`. Added TabNine to the vim install and added the appropriate `vimrc` stuff for that. Also dropped some old color toggling shit I'm not using anymore.
This commit is contained in:
parent
f3415da152
commit
f09a9ddb40
3 changed files with 4 additions and 8 deletions
|
@ -6,7 +6,7 @@ master my life. My `dotfiles`, without me, are useless. Without my `dotfiles`, I
|
|||
am useless.
|
||||
|
||||
```shell
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/joshtronic/dotfiles/master/install)"
|
||||
bash -c "$(curl -fsSL https://raw.githubusercontent.com/joshtronic/dotfiles/master/install)"
|
||||
```
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue