dotfiles

Config files from my daily system
Index Commits Files Refs README
commit 70a4a41feabe3919ae952bf9648ce245521aa2d6
parent 37fa8262cb971190bb0136bebcecec62e14a49ef
Author: klewer-martin <martin.cachari@gmail.com>
Date:   Fri, 15 Oct 2021 13:19:51 -0300

Updated README.md, and a couple of files, also gitignored nvim plugins git folder

Diffstat:
A.config/nvim/plugged/Colorizer | 1+
A.config/nvim/plugged/auto-pairs | 1+
A.config/nvim/plugged/nerdtree | 1+
A.config/nvim/plugged/vcs-info.vim | 1+
A.config/nvim/plugged/vim-airline | 1+
A.config/nvim/plugged/vim-airline-themes | 1+
A.config/nvim/plugged/vim-colorschemes | 1+
A.gitignore | 1+
M.tmux.conf | 2+-
MREADME.md | 28++++++++++++++++++----------
10 files changed, 27 insertions(+), 11 deletions(-)
diff --git a/.config/nvim/plugged/Colorizer b/.config/nvim/plugged/Colorizer
@@ -0,0 +1 @@
+Subproject commit 826d5691ac7d36589591314621047b1b9d89ed34
diff --git a/.config/nvim/plugged/auto-pairs b/.config/nvim/plugged/auto-pairs
@@ -0,0 +1 @@
+Subproject commit 39f06b873a8449af8ff6a3eee716d3da14d63a76
diff --git a/.config/nvim/plugged/nerdtree b/.config/nvim/plugged/nerdtree
@@ -0,0 +1 @@
+Subproject commit f63fb6984f9cd07cf723c3e2e20f6ccc0aad48c2
diff --git a/.config/nvim/plugged/vcs-info.vim b/.config/nvim/plugged/vcs-info.vim
@@ -0,0 +1 @@
+Subproject commit 8a79ae987a0b17af813a5e88517dd4fe69bd4137
diff --git a/.config/nvim/plugged/vim-airline b/.config/nvim/plugged/vim-airline
@@ -0,0 +1 @@
+Subproject commit df956aa08b8bdb176d7127cc4940aea123ec4ffc
diff --git a/.config/nvim/plugged/vim-airline-themes b/.config/nvim/plugged/vim-airline-themes
@@ -0,0 +1 @@
+Subproject commit fa808d74e0aacf131337b58f01ee45fd3d3588af
diff --git a/.config/nvim/plugged/vim-colorschemes b/.config/nvim/plugged/vim-colorschemes
@@ -0,0 +1 @@
+Subproject commit fd8f122cef604330c96a6a6e434682dbdfb878c9
diff --git a/.gitignore b/.gitignore
@@ -0,0 +1 @@
+.config/nvim/**/.git
diff --git a/.tmux.conf b/.tmux.conf
@@ -19,7 +19,7 @@ set -g escape-time 10
 
 set -g mouse on
 
-#source /usr/share/powerline/bindings/tmux/powerline.conf
+source /usr/share/powerline/bindings/tmux/powerline.conf
 
 # bar theme
 
diff --git a/README.md b/README.md
@@ -1,12 +1,20 @@
-# Config files from my arch + i3 build
+# Martin's linux configuration files
 
-This folder contains all my config files from my personal computer.
+![screenshot](https://user-images.githubusercontent.com/64109770/137519364-6ff50046-669a-46a1-8d46-f88b4cf7a5cb.png "Arch linux btw xd")
 
-The OS is Arch linux and the window manager is I3-gaps, I don't use
-a login manager, so I have in my zsh a few lines to launch startx on login.
-
-I have auto login on tty1 so I dont have to put my user and passwd everytime I start
-the computer.
-
-Also to not login completly without any password I configured betterlockscreen
-(a fork of i3-lock); to start after startx is executed.
+* **OS**: Artix linux on my main computer, I also have *arch linux btw* intalled on my laptop
+* **WM**: Currently DWM but I used i3wm for a while
+* **SHELL**: Zsh with a couple of plugins, I used to use bash before I discover zsh
+* **Term**: kitty because of the ligature support, I like alacritty also
+* **Editor**: vim for code and sometimes vscode to write latex papers
+* **Login Manager**: autologin on tty1 and starting Xserver from zshrc
+```console
+# Starts the X server only on tty1
+if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
+    startx 2> /dev/null
+logout
+fi
+```
+* **Lockscreen**: i3lock custom [script](https://github.com/klewer-martin/scripts/blob/inspiron/lockscreen)
+* **Notifications**: Dunst is started when X starts and the dunstify to send notifications
+* **Blue light filter**: redshift