capitalized first letter of all folders
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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 ..'
|
||||
|
||||
Reference in New Issue
Block a user