diff --git a/mango/fontconfig/conf.d/99-monospace-geist.conf b/mango/fontconfig/conf.d/99-monospace-geist.conf
new file mode 100644
index 0000000..a413be0
--- /dev/null
+++ b/mango/fontconfig/conf.d/99-monospace-geist.conf
@@ -0,0 +1,10 @@
+
+
+
+
+ monospace
+
+ Geist Mono
+
+
+
diff --git a/mango/fontconfig/fonts.conf b/mango/fontconfig/fonts.conf
new file mode 100644
index 0000000..32254d9
--- /dev/null
+++ b/mango/fontconfig/fonts.conf
@@ -0,0 +1,18 @@
+
+
+
+
+ sans-serif
+
+ Noto Sans CJK JP
+ Noto Sans
+
+
+
+ monospace
+
+ Noto Sans Mono CJK JP
+ Geist Mono
+
+
+
diff --git a/mango/starship.toml b/mango/starship.toml
new file mode 100755
index 0000000..d67492c
--- /dev/null
+++ b/mango/starship.toml
@@ -0,0 +1,74 @@
+add_newline = false
+
+format = """
+[╭─$username$hostname$directory$git_branch$git_status](5)
+[╰──➤](5) """
+
+[character]
+vicmd_symbol = "[V](bold 2) "
+# format = """
+# [┌──────────────────────────────────────────────](fg:#CC59B0)
+# [└─>](fg:#CC59B0) """
+
+[username]
+style_root = "white"
+format = "[$user](5)[@](bold 3)"
+disabled = false
+show_always = true
+
+[hostname]
+ssh_only = false
+format = "[$hostname](bold 7) "
+disabled = false
+
+[directory]
+read_only = ""
+format = "[](blue) [$path](3)"
+read_only_style= "bold white"
+truncation_length = 5
+truncate_to_repo = false
+
+[docker_context]
+format = "via [🐋 $context](blue bold)"
+
+[cmd_duration]
+disabled = true
+
+[aws]
+format = "on [$symbol$profile]($style) "
+style = "bold cyan"
+symbol = "🅰 "
+
+[aws.region_aliases]
+us-east-1 = "est-1"
+
+# Git
+[git_branch]
+format = " [$symbol$branch]($style) "
+style = "fg:white bg:black"
+
+[git_status]
+format = '([$all_status$ahead_behind](1))'
+conflicted = ""
+ahead = "⇡${count}"
+behind = "⇣${count}"
+diverged = "⇕⇡${ahead_count}⇣${behind_count}"
+up_to_date = ""
+untracked = "?${count}"
+stashed = "$${count}"
+modified = "!${count}"
+staged = "+${count}"
+renamed = "»${count}"
+deleted = "✘${count}"
+
+# Language Environments
+[package]
+style = "bold fg:#5E5E5E"
+
+[python]
+style = "bold fg:#5E5E5E"
+symbol = "[](bold yellow) "
+
+[nodejs]
+style = "bold fg:#5E5E5E"
+symbol = "[⬢](bold green) "
diff --git a/mango/update.sh b/mango/update.sh
index f55ace7..b892c08 100755
--- a/mango/update.sh
+++ b/mango/update.sh
@@ -3,3 +3,14 @@ cp -r ~/.config/mango/* ./mango
cp -r ~/.config/waybar/* ./waybar
cp -r ~/.config/kanshi/* ./kanshi
cp -r ~/.config/xdg-desktop-portal/* ./xdg-desktop-portal
+cp ~/.config/user-dirs.conf .
+cp ~/.config/starship.toml .
+cp -r ~/.config/waypaper/* ./waypaper
+rsync -av ~/.config/fontconfig/ ./fontconfig
+
+cp ~/.config/rofi/theme.rasi ./rofi
+cp ~/.config/rofi/app-manager/* ./rofi/app-manager
+cp ~/.config/rofi/settings-manager/* ./rofi/settings-manager
+cp ~/.config/rofi/power-manager/* ./rofi/power-manager
+cp ~/.config/rofi/help-manager/* ./rofi/help-manager
+cp ~/.config/rofi/setup.sh ./rofi
diff --git a/mango/user-dirs.conf b/mango/user-dirs.conf
new file mode 100644
index 0000000..f184210
--- /dev/null
+++ b/mango/user-dirs.conf
@@ -0,0 +1 @@
+enabled=False
diff --git a/mango/waypaper/config.ini b/mango/waypaper/config.ini
new file mode 100644
index 0000000..5acf667
--- /dev/null
+++ b/mango/waypaper/config.ini
@@ -0,0 +1,27 @@
+[Settings]
+language = en
+folder = ~/pictures
+monitors = All
+wallpaper = ~/pictures/flowers-21.png
+show_path_in_tooltip = True
+backend = swww
+fill = fill
+sort = name
+color = #ffffff
+subfolders = False
+all_subfolders = False
+show_hidden = False
+show_gifs_only = False
+zen_mode = False
+post_command =
+number_of_columns = 3
+swww_transition_type = wave
+swww_transition_step = 63
+swww_transition_angle = 55
+swww_transition_duration = 1
+swww_transition_fps = 60
+mpvpaper_sound = False
+mpvpaper_options =
+use_xdg_state = False
+stylesheet = /home/kokopi/.config/waypaper/style.css
+