diff --git a/gimp/splashes/anime.jpg b/gimp/splashes/anime.jpg new file mode 100644 index 00000000..8ad8358d Binary files /dev/null and b/gimp/splashes/anime.jpg differ diff --git a/gimp/splashes/anime.jpg.txt b/gimp/splashes/anime.jpg.txt new file mode 100644 index 00000000..2ece79e4 --- /dev/null +++ b/gimp/splashes/anime.jpg.txt @@ -0,0 +1 @@ +https://shitposter.club/notice/Acq8cLWNsRPzK2Fv0q diff --git a/gimp/splashes/anime.png b/gimp/splashes/anime.png new file mode 100644 index 00000000..73e3ff58 Binary files /dev/null and b/gimp/splashes/anime.png differ diff --git a/gitui/theme.ron b/gitui/theme.ron new file mode 100644 index 00000000..261dcdc2 --- /dev/null +++ b/gitui/theme.ron @@ -0,0 +1,23 @@ +( + selected_tab: None, + command_fg: None, + selection_bg: None, + selection_fg: None, + cmdbar_bg: None, + cmdbar_extra_lines_bg: None, + disabled_fg: None, + diff_line_add: None, + diff_line_delete: None, + diff_file_added: None, + diff_file_removed: None, + diff_file_moved: None, + diff_file_modified: None, + commit_hash: None, + commit_time: None, + commit_author: None, + danger_fg: None, + push_gauge_bg: None, + push_gauge_fg: None, + tag_fg: None, + branch_fg: None, +) \ No newline at end of file diff --git a/install.sh b/install.sh index 9e2f874c..12cf091d 100755 --- a/install.sh +++ b/install.sh @@ -58,6 +58,9 @@ link "btop" ".config/btop" link "mc-share" ".local/share/mc" link "mc-config" ".config/mc" link "mpv" ".config/mpv" +mkdir -p "/home/jeremystartm/.config/GIMP/2.10" +link "gimp/splashes" ".config/GIMP/2.10/splashes" +link "gitui" ".config/gitui" # theming link "dracula-mc/skins/dracula.ini" ".local/share/mc/skins/dracula.ini"