Skip to content

nbenaglia/my-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-bash

Files to configure a practical bash environment.

To install, run the following from your terminal: (you may want to backup your existing ~/.vimrc first)

$ cd
$ git clone https://github.com/nicoben/my-bash.git

Create symbolic links from your $HOME:

ln -s ~/my-bash/vimrc .vimrc
ln -s ~/my-bash/inputrc .inputrc
ln -s ~/my-bash/tmux.conf .tmux.conf

NVIM

ln -s ~/mybash/nvim ~/.config/nvim

References:

Install NVIM

curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage
chmod u+x nvim.appimage
./nvim.appimage

Tutorials

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published