diff options
| author | Omar Magdy <omar.professional8777@gmail.com> | 2022-05-15 21:56:58 +0200 |
|---|---|---|
| committer | Omar Magdy <omar.professional8777@gmail.com> | 2022-05-15 21:56:58 +0200 |
| commit | 06372049fb8dc27b33ce5f68826971c22db17bf7 (patch) | |
| tree | a389857e9ff3346a95e1c83e8ae05381ad6fa2dc | |
| parent | 3e02f1120bdcd68998391cc2e4827de971b96811 (diff) | |
| download | dotfiles-06372049fb8dc27b33ce5f68826971c22db17bf7.tar.xz dotfiles-06372049fb8dc27b33ce5f68826971c22db17bf7.zip | |
Did some minor updates to kitty.conf and .zshrc
| -rw-r--r-- | Screenshots/ArchLinux.png | bin | 0 -> 867512 bytes | |||
| -rw-r--r-- | Screenshots/ArchLinux2.png | bin | 0 -> 839231 bytes | |||
| -rw-r--r-- | aliases/.aliases/aliases | 1 | ||||
| -rw-r--r-- | kitty/.config/kitty/kitty.conf | 3 | ||||
| -rw-r--r-- | zsh/.zshrc | 3 |
5 files changed, 5 insertions, 2 deletions
diff --git a/Screenshots/ArchLinux.png b/Screenshots/ArchLinux.png Binary files differnew file mode 100644 index 0000000..3df3e5b --- /dev/null +++ b/Screenshots/ArchLinux.png diff --git a/Screenshots/ArchLinux2.png b/Screenshots/ArchLinux2.png Binary files differnew file mode 100644 index 0000000..b8f431a --- /dev/null +++ b/Screenshots/ArchLinux2.png 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 @@ -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` |
