Giter VIP home page Giter VIP logo

myterminal's Introduction

Muri's Unix Terminal Customization Guide

Overview

This guide details my custom terminal setup for UNIX-based systems (MacOS/Linux). It includes information on using iTerm2 for MacOS and the default terminal app for Ubuntu.

Note for MacOS Users: I've previously installed this theme on MacOS, but the terminal commands differ from those for Linux. You might need to modify the .sh files for MacOS compatibility.

Getting Started: Prerequisites

Ensure your system meets these minimum requirements:

# Refresh your software repositories
sudo apt-get update
sudo apt-get upgrade

# Install Git
sudo apt-get install -y git

# Install Vim
sudo apt-get install -y vim

Step-by-Step Installation

Step 1: Powerline Fonts

Install RobotoMono for Powerline (used in VIM and terminal theme) with the following script:

./install_powerline.sh

Step 2: ZSH, OhMyZSH, and Plugins

Install ZSH, OhMyZSH, and required plugins. Restart your system after this step.

./install_terminal.sh

Step 3: Terminal Profile Customization

This step involves installing plugins for auto-complete and color highlighting, setting up .zshrc and the custom mvanzulli-agnoster.zsh-theme, and configuring the terminal profile with the Powerline font.

./install_profile.sh

Alternative Fonts: Feel free to try other Powerline Patched Fonts if RobotoMono isn't to your liking.

Troubleshooting

If the theme appears incorrectly, ensure you've installed a Powerline font and consider restarting your machine.

Additional Tips

Exporting Terminal Profiles

To export your current terminal profiles:

dconf dump /org/gnome/terminal/legacy/profiles:/ > gnome-terminal-profiles.dconf

Resetting Changes

To revert to default settings, refer to these guides:

Resource Links

For more detailed guidance, check out these resources:

myterminal's People

Contributors

mvanzulli avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.