update file permissions

This commit is contained in:
Aurel Feer 2024-12-01 11:39:31 +01:00
parent ef28fbb9c6
commit 7e78bc6046
4 changed files with 11 additions and 1 deletions

0
bash/.bash_profile Normal file → Executable file
View File

0
git/.gitconfig Normal file → Executable file
View File

0
tmux/.tmux.conf Normal file → Executable file
View File

12
vim/.vimrc Normal file → Executable file
View File

@ -1,4 +1,14 @@
set number
set rnu
set tabstop=4
syntax on
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set scrolloff=6
set mouse=""
set background=dark