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
|
g = global, it can be used on any platform
|
||||||
l = linux, only on linux based systems WSL included
|
l = linux, only on linux based systems WSL included
|
||||||
m = Mac only
|
m = Mac only
|
||||||
w = Windows 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]
|
[font]
|
||||||
size = 16
|
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]
|
[font.normal]
|
||||||
family = "JetBrains Mono Nerd Font"
|
family = "FantasqueSansM Nerd Font"
|
||||||
style = "Regular"
|
style = "Regular"
|
||||||
|
|
||||||
[shell]
|
[shell]
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
# Created by newuser for 5.8.1
|
# Created by newuser for 5.8.1
|
||||||
# custom options for typewritten, Global Setting
|
# 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_COLOR_MAPPINGS="primary:white;secondary:white"
|
||||||
export TYPEWRITTEN_COLORS="arrow:white;symbol:white"
|
export TYPEWRITTEN_COLORS="arrow:white;symbol:white"
|
||||||
export TYPEWRITTEN_SYMBOL=""
|
export TYPEWRITTEN_SYMBOL=""
|
||||||
export TYPEWRITTEN_ARROW_SYMBOL=""
|
export TYPEWRITTEN_ARROW_SYMBOL=""
|
||||||
export TYPEWRITTEN_CURSOR="underscore"
|
export TYPEWRITTEN_CURSOR="underscore"
|
||||||
|
|
||||||
# Aliasses
|
# 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 ll='eza -lha --icons=auto --sort=name --group-directories-first' # long list all
|
||||||
alias ld='eza -lhD --icons=auto' # long list dirs
|
alias ld='eza -lhD --icons=auto' # long list dirs
|
||||||
alias lt='eza --icons=auto --tree' # list folder as tree
|
alias lt='eza --icons=auto --tree' # list folder as tree
|
||||||
|
alias lz='lazygit' # Opens up lazygit
|
||||||
|
|
||||||
# Handy change dir shortcuts
|
# Handy change dir shortcuts
|
||||||
alias ..='cd ..'
|
alias ..='cd ..'
|
||||||
|
|||||||
Reference in New Issue
Block a user