1
0
Fork
You've already forked dotfiles
0
No description
  • Vim Script 98.9%
  • Shell 0.4%
  • Dockerfile 0.4%
  • Lua 0.2%
  • Makefile 0.1%
Find a file
2023年12月15日 15:09:34 +01:00
.config Add nvim config 2023年12月15日 15:09:34 +01:00
.git_template/hooks Initial import 2020年09月19日 14:12:17 +02:00
.vim/autoload Initial import 2020年09月19日 14:12:17 +02:00
.bash_profile Source local bash_profile 2020年11月28日 13:11:18 +01:00
.bashrc Add NVM config/setup 2022年06月16日 16:02:13 +02:00
.gdbinit Do not use intel syntax in GDB 2022年06月16日 16:06:28 +02:00
.gitconfig Set git default branch to master 2021年03月13日 13:09:28 +01:00
.gitignore Initial import 2020年09月19日 14:12:17 +02:00
.gitignore_global Initial import 2020年09月19日 14:12:17 +02:00
.inputrc Initial import 2020年09月19日 14:12:17 +02:00
.vimrc Clean up .vimrc 2023年12月15日 15:08:25 +01:00
.vimrc.vanilla Initial import 2020年09月19日 14:12:17 +02:00
Dockerfile Remove vundle from dockerfile 2020年09月19日 15:59:18 +02:00
LICENSE Initial import 2020年09月19日 14:12:17 +02:00
Makefile Initial import 2020年09月19日 14:12:17 +02:00
README.md Initial import 2020年09月19日 14:12:17 +02:00

My dotfiles

Usage

git clone --bare https://github.com/Phosphenius/dotfiles.git $HOME/.dotfiles.git
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME'
dotfiles checkout
dotfiles config --local status.showUntrackedFiles no