Skip to content

Contains all the configuration files I use to setup my dev environment.

Notifications You must be signed in to change notification settings

KRVPerera/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Org Mode

Home Office Professional Competitive Programming

bashrc-and-bash_aliases

These are my bash rc and bash aliases files

You can find these files in linux.

gedit ~/.bashrc
gedit ~/.bash_aliases

vim ~/.bashrc
vim ~/.bash_aliases

It is super cool to edit these files and get some things done. If you are a new just play with "~/.bash_aliases" file and see what happens. But you must add

if [ -f ~/.bash_aliases ]; then
	. ~/.bash_aliases
fi

to your .bashrc file to load .bash_aliases file everytime

after you update these changes use command

  . ~/.bashrc 

to see the changes instantly on the bash terminal. It will effect any terminal which has acces to bash history.

init.vim

Config for neovim

~/.config/nvim/init.vim

Install doom emacs on windows

Link

About

Contains all the configuration files I use to setup my dev environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published