aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Screenshots/ArchLinux.pngbin0 -> 867512 bytes
-rw-r--r--Screenshots/ArchLinux2.pngbin0 -> 839231 bytes
-rw-r--r--aliases/.aliases/aliases1
-rw-r--r--kitty/.config/kitty/kitty.conf3
-rw-r--r--zsh/.zshrc3
5 files changed, 5 insertions, 2 deletions
diff --git a/Screenshots/ArchLinux.png b/Screenshots/ArchLinux.png
new file mode 100644
index 0000000..3df3e5b
--- /dev/null
+++ b/Screenshots/ArchLinux.png
Binary files differ
diff --git a/Screenshots/ArchLinux2.png b/Screenshots/ArchLinux2.png
new file mode 100644
index 0000000..b8f431a
--- /dev/null
+++ b/Screenshots/ArchLinux2.png
Binary files differ
diff --git a/aliases/.aliases/aliases b/aliases/.aliases/aliases
index 261e74e..25ae57b 100644
--- a/aliases/.aliases/aliases
+++ b/aliases/.aliases/aliases
@@ -1,4 +1,5 @@
alias u="cd .."
+alias gs="git status"
alias cr="~/.scripts/compiler_cpp.sh"
alias cfinit="~/.scripts/pscontests.sh"
alias manimss="manim -psqh"
diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf
index 3b5e88e..017909c 100644
--- a/kitty/.config/kitty/kitty.conf
+++ b/kitty/.config/kitty/kitty.conf
@@ -6,8 +6,9 @@
#: individual font faces and even specify special fonts for particular
#: characters.
-font_family Ubuntu Mono bold
+# font_family Ubuntu Mono bold
# font_family source code pro
+font_family Iosevka Term
# font_family Fira Sans Bold
bold_font auto
italic_font auto
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 530821b..52c0e1c 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -13,7 +13,8 @@ export ZSH=/usr/share/oh-my-zsh/
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
# if you installed the package oh-my-zsh-powerline-theme-git then you type here "powerline" as zsh theme
-ZSH_THEME="gnzh" # set by `omz`
+# ZSH_THEME="gnzh" # set by `omz`
+ZSH_THEME="robbyrussell"
#ZSH_THEME="bira" # set by `omz`
# ZSH_THEME="gozilla" # set by `omz`
# ZSH_THEME="random" # set by `omz`