KRVPerera / config

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 46.4%Language:Shell 32.2%Language:Haskell 6.9%Language:Emacs Lisp 6.6%Language:Lua 4.6%Language:Vim Script 2.0%Language:C 1.3%Language:Makefile 0.0%