Skip to content

crosscap/dotfiles

Repository files navigation

README

crosscap's dotfile

Use Dotbot to control these files.

How to use

Run ./install

dotfile list

Each file will be classified by the software using it.

bash

  • .bash_aliases
  • .bash_logout
  • .bashrc
  • .bashrc.backup
  • .prefile

git

  • .gitconfig
  • .gitignore_global
  • my-gitignore.txt

vim

  • .vimrc

emacs

  • .emacs
  • .emacs.d/init.el

conda

  • .condarc

scheme

  • .scheme.init

C & C++ formatting

  • Cformat.txt

some installed scripts

docker
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
vim

Install plug.vim

curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
rustup
rustup completions bash > ~/.local/share/bash-completion/completions/rustup

some apt packages

source-highlight

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published