From 06372049fb8dc27b33ce5f68826971c22db17bf7 Mon Sep 17 00:00:00 2001 From: Omar Magdy Date: Sun, 15 May 2022 21:56:58 +0200 Subject: Did some minor updates to kitty.conf and .zshrc --- Screenshots/ArchLinux.png | Bin 0 -> 867512 bytes Screenshots/ArchLinux2.png | Bin 0 -> 839231 bytes aliases/.aliases/aliases | 1 + kitty/.config/kitty/kitty.conf | 3 ++- zsh/.zshrc | 3 ++- 5 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 Screenshots/ArchLinux.png create mode 100644 Screenshots/ArchLinux2.png diff --git a/Screenshots/ArchLinux.png b/Screenshots/ArchLinux.png new file mode 100644 index 0000000..3df3e5b Binary files /dev/null and b/Screenshots/ArchLinux.png differ diff --git a/Screenshots/ArchLinux2.png b/Screenshots/ArchLinux2.png new file mode 100644 index 0000000..b8f431a Binary files /dev/null and b/Screenshots/ArchLinux2.png 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` -- cgit v1.2.3