From 7e78bc6046382c78945ecdfbe3a43efcdebf713e Mon Sep 17 00:00:00 2001 From: Aurel Feer Date: Sun, 1 Dec 2024 11:39:31 +0100 Subject: [PATCH] update file permissions --- bash/.bash_profile | 0 git/.gitconfig | 0 tmux/.tmux.conf | 0 vim/.vimrc | 12 +++++++++++- 4 files changed, 11 insertions(+), 1 deletion(-) mode change 100644 => 100755 bash/.bash_profile mode change 100644 => 100755 git/.gitconfig mode change 100644 => 100755 tmux/.tmux.conf mode change 100644 => 100755 vim/.vimrc diff --git a/bash/.bash_profile b/bash/.bash_profile old mode 100644 new mode 100755 diff --git a/git/.gitconfig b/git/.gitconfig old mode 100644 new mode 100755 diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf old mode 100644 new mode 100755 diff --git a/vim/.vimrc b/vim/.vimrc old mode 100644 new mode 100755 index a2fefaf..56027d5 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -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 +