Use Dotbot to control these files.
Run ./install
Each file will be classified by the software using it.
- .bash_aliases
- .bash_logout
- .bashrc
- .bashrc.backup
- .prefile
- .gitconfig
- .gitignore_global
- my-gitignore.txt
- .vimrc
- .emacs
- .emacs.d/init.el
- .condarc
- .scheme.init
- Cformat.txt
sudo apt install bash-completion
# add follow script to .bashrc
cat <<EOT >> ~/.bashrc
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
EOT
# run following sentences
source ~/.bashrc
mkdir -p ~/.local/share/bash-completion/completions
docker completion bash > ~/.local/share/bash-completion/completions/docker
Install plug.vim
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
rustup completions bash > ~/.local/share/bash-completion/completions/rustup
source-highlight