1
0
Fork 0

Update 2020-07-13

This commit is contained in:
Nguyễn Gia Phong 2020-07-13 15:30:19 +07:00
parent 65aa335a9b
commit e4c6f551a8
3 changed files with 9 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,7 +1,8 @@
vim/.cache/vim/viminfo vim/.cache/vim/viminfo
vim/.vim/__pycache__ vim/.vim/.netrwhist
vim/.vim/plugged vim/.vim/plugged
awesome/.config/awesome/vicious/ awesome/.config/awesome/vicious/
nix/.config/gtk-3.0/settings.ini nix/.config/gtk-3.0/settings.ini
nix/.gtkrc-2.0 nix/.gtkrc-2.0
__pycache__
.uuid .uuid

5
dev/.drirc Normal file
View File

@ -0,0 +1,5 @@
<device screen="0" driver="dri2">
<application name="Default">
<option name="vblank_mode" value="0"/>
</application>
</device>

View File

@ -14,3 +14,5 @@
required = true required = true
[color] [color]
ui = auto ui = auto
[pull]
rebase = true