capitalized first letter of all folders

This commit is contained in:
toniiz_m1pro
2024-06-19 17:17:04 -07:00
parent c76c72f377
commit e51c34abc1
35 changed files with 19 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
# Last Letter Meaning
## Last Letter Meaning
g = global, it can be used on any platform
l = linux, only on linux based systems WSL included
m = Mac only
w = Windows only
Also, I have separated MacOS app into its own folder to make it look much cleaner

View File

@@ -26,8 +26,20 @@ white = '0xd4be98'
[font]
size = 16
[font.bold]
family = "Iosevka Nerd Font"
style = "Bold"
[font.bold_italic]
family = "FantasqueSansM Nerd Font"
style = "Bold Italic"
[font.italic]
family = "FantasqueSansM Nerd Font"
style = "Italic"
[font.normal]
family = "JetBrains Mono Nerd Font"
family = "FantasqueSansM Nerd Font"
style = "Regular"
[shell]

View File

@@ -1,10 +1,10 @@
# Created by newuser for 5.8.1
# custom options for typewritten, Global Setting
export TYPEWRITTEN_PROMPT_LAYOUT="pure_verbose"
export TYPEWRITTEN_PROMPT_LAYOUT="pure"
export TYPEWRITTEN_COLOR_MAPPINGS="primary:white;secondary:white"
export TYPEWRITTEN_COLORS="arrow:white;symbol:white"
export TYPEWRITTEN_SYMBOL=""
export TYPEWRITTEN_ARROW_SYMBOL=""
export TYPEWRITTEN_ARROW_SYMBOL=""
export TYPEWRITTEN_CURSOR="underscore"
# Aliasses
@@ -36,6 +36,7 @@ alias ls='eza -1 --icons=auto' # short list
alias ll='eza -lha --icons=auto --sort=name --group-directories-first' # long list all
alias ld='eza -lhD --icons=auto' # long list dirs
alias lt='eza --icons=auto --tree' # list folder as tree
alias lz='lazygit' # Opens up lazygit
# Handy change dir shortcuts
alias ..='cd ..'