Skip to content

scull7/dot-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dot-files

A collection of my fancy dot files

Installation

  1. Install Neovim Packer Plugin Manager - https://github.com/wbthomason/packer.nvim
  2. Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  1. Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Install Neovim
brew install neovim
  1. Install Packer (Neovim Package Manager)
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim
``
6. Install Rust Utilities
- bat:		`cat` replacement - https://github.com/sharkdp/bat
- du-dust:	`du` replacement - https://github.com/bootandy/dust
- exa: 		`ls` replacement - https://github.com/ogham/exa
- git-delta	Git pager / diff - https://github.com/dandavison/delta
- procs:	`ps` alternative - https://github.com/dalance/procs
- ripgrep:	`grep` alternative -https://github.com/BurntSushi/ripgrep
- starship:	Alternative Prompt - https://github.com/starship/starship
- tealdeer:	TLDR man pages - https://github.com/tealdeer-rs/tealdeer
- tokei:	code line counter - https://github.com/XAMPPRocky/tokei
- zellij:	`tmux` alternative - https://github.com/zellij-org/zellij


```sh
cargo install exa # ls replacement - https://github.com/ogham/exa  && \
cargo install bat # cat replacement - https://github.com/sharkdp/bat  && \
cargo install zellij # tmux alternative - https://github.com/zellij-org/zellij  && \
cargo install tokei # code line counter - https://github.com/XAMPPRocky/tokei  && \
cargo install procs # ps alternative - https://github.com/dalance/procs  && \
brew install cmake && \
cargo install starship 

NPM Completion

For NPM command completion happiness run this command from your terminal

npm completion >> ~/.bash_profile

Vim (not Neovim) Configuration

  1. Install vim-plug
  2. issue the following command from within the cloned directory of this project:
ln -s .vim ~/.vim
ln -s .vimrc ~/.vimrc
ln -s .bash_profile ~/.bash_profile

Resources

Web sites that I used to find plugins

Plugins

Node Modules

Node Debugger

About

A collection of my fancy dot files

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages