Remove old color swap stuff

This commit is contained in:
Andrew Tomaka 2024-12-31 12:30:36 -05:00
parent 61c854604d
commit 5d465408c5
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
2 changed files with 1 additions and 42 deletions

View file

@ -190,17 +190,6 @@ install_darwin_brew_cask_packages() {
echo done
}
install_color_default() {
echo -n Checking color default file...
if [[ -f $HOME/.config/$USER/color.yml ]]; then
echo -n already installed...
else
echo -n installing....
$HOME/dotfiles/bin/bin/toggle-color-mode
fi
echo done
}
install_darwin_profile_hack() {
echo -n Checking profile hack...
if [[ ! -f /etc/zprofile ]]; then
@ -253,7 +242,6 @@ install_linux() {
install_alacritty
install_alacritty_terminfo
install_stow_paths
install_color_default
}
install_darwin() {
@ -268,7 +256,6 @@ install_darwin() {
install_darwin_brew_cask_packages
install_tmux_terminfo
install_stow_paths
install_color_default
}
main() {