mirror of
https://github.com/BradNut/computer-setup-info
synced 2025-09-08 17:40:23 +00:00
Fixing terminal md really.
This commit is contained in:
parent
0cbce0e0bd
commit
bdb815fe06
1 changed files with 8 additions and 8 deletions
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
- Configuration: [.vimrc](https://github.com/BradNut/dotfiles/blob/master/.vimrc)
|
- Configuration: [.vimrc](https://github.com/BradNut/dotfiles/blob/master/.vimrc)
|
||||||
- Install:
|
- Install:
|
||||||
-- Linux: `sudo apt install vim`
|
- Linux: `sudo apt install vim`
|
||||||
-- OSX: `brew install vim`
|
- OSX: `brew install vim`
|
||||||
|
|
||||||
### Things to look into for vim
|
### Things to look into for vim
|
||||||
|
|
||||||
|
|
@ -17,23 +17,23 @@
|
||||||
_Currently using zsh_
|
_Currently using zsh_
|
||||||
|
|
||||||
- Install if not there
|
- Install if not there
|
||||||
-- Linux/Ubuntu: `sudo apt install zsh`
|
- Linux/Ubuntu: `sudo apt install zsh`
|
||||||
-- OSX: `brew install zsh`
|
- OSX: `brew install zsh`
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
- [.zshrc](https://github.com/BradNut/dotfiles/blob/master/.zshrc)
|
- [.zshrc](https://github.com/BradNut/dotfiles/blob/master/.zshrc)
|
||||||
- [Oh My Zsh](https://ohmyzsh.sh)
|
- [Oh My Zsh](https://ohmyzsh.sh)
|
||||||
-- Install: `sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"`
|
- Install: `sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"`
|
||||||
|
|
||||||
#### Oh My Zsh Plugins
|
#### Oh My Zsh Plugins
|
||||||
|
|
||||||
- [Z](https://github.com/agkozak/zsh-z)
|
- [Z](https://github.com/agkozak/zsh-z)
|
||||||
-- Install: `git clone https://github.com/agkozak/zsh-z $ZSH_CUSTOM/plugins/zsh-z`
|
- Install: `git clone https://github.com/agkozak/zsh-z $ZSH_CUSTOM/plugins/zsh-z`
|
||||||
- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)
|
- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)
|
||||||
-- Install: `git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions`
|
- Install: `git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions`
|
||||||
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
|
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
|
||||||
-- Install: `git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting`
|
- Install: `git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting`
|
||||||
|
|
||||||
## Bash
|
## Bash
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue