dotfiles

Config files from my daily system
Index Commits Files Refs README
commit 3f8a842ad6bc4c877b30cbd662d7aabeacb4f3d4
parent d5c788c8e70f6c65be856d38d01d524aa7c5db08
Author: klewer-martin <mk@arch.localdomain>
Date:   Tue, 12 Jan 2021 14:47:31 -0300

Dotfiles taken from a vm;

Diffstat:
A.bashrc | 16++++++++++++++++
A.xinitrc | 7+++++++
2 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/.bashrc b/.bashrc
@@ -0,0 +1,16 @@
+#
+# ~/.bashrc
+#
+
+# If not running interactively, don't do anything
+[[ $- != *i* ]] && return
+
+# Aliases
+alias ls='ls --color=auto'
+alias la='ls -la'
+alias ll='ls -l'
+alias cl='clear'
+
+PS1='[\u@\h \W]\$ '
+
+PATH="$PATH:/home/mk/.scripts"
diff --git a/.xinitrc b/.xinitrc
@@ -0,0 +1,7 @@
+exec picom
+
+
+xrandr -s 1360x768
+
+# start i3 window manager
+exec i3