Added inputrc
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,4 +1,4 @@
|
|||||||
all:bash ghc git python tmux valgrind vim zsh
|
all:bash ghc git input python tmux valgrind vim zsh
|
||||||
|
|
||||||
bash:
|
bash:
|
||||||
cp bash_profile ~/.bash_profile
|
cp bash_profile ~/.bash_profile
|
||||||
@@ -11,6 +11,9 @@ git:
|
|||||||
cp gitignore ~/.gitignore
|
cp gitignore ~/.gitignore
|
||||||
cp gitconfig ~/.gitconfig
|
cp gitconfig ~/.gitconfig
|
||||||
|
|
||||||
|
input:
|
||||||
|
cp inputrc ~/.inputrc
|
||||||
|
|
||||||
python:
|
python:
|
||||||
cp pythonrc ~/.pythonrc
|
cp pythonrc ~/.pythonrc
|
||||||
|
|
||||||
|
3
inputrc
Normal file
3
inputrc
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
set meta-flag on
|
||||||
|
set convert-meta off
|
||||||
|
set output-meta on
|
1
zshrc
1
zshrc
@@ -209,6 +209,7 @@ save_dotfiles(){
|
|||||||
cp ~/.gitconfig ${DOTPATH}gitconfig
|
cp ~/.gitconfig ${DOTPATH}gitconfig
|
||||||
cp ~/.pip-upgrade ${DOTPATH}pip-upgrade
|
cp ~/.pip-upgrade ${DOTPATH}pip-upgrade
|
||||||
cp ~/.pythonrc ${DOTPATH}pythonrc
|
cp ~/.pythonrc ${DOTPATH}pythonrc
|
||||||
|
cp ~/.inputrc ${DOTPATH}inputrc
|
||||||
cp ~/.tmux.conf ${DOTPATH}tmux.conf
|
cp ~/.tmux.conf ${DOTPATH}tmux.conf
|
||||||
cp ~/.valgrindrc ${DOTPATH}valgrindrc
|
cp ~/.valgrindrc ${DOTPATH}valgrindrc
|
||||||
cp -r ~/.vim ${DOTPATH}vim
|
cp -r ~/.vim ${DOTPATH}vim
|
||||||
|
Reference in New Issue
Block a user