उबंटू के लिए मैक ओएस एक्स टर्मिनल क्लोन


18

मैं उबंटू टर्मिनल के लिए मैक्स ओएस एक्स टर्मिनल थीम सेट करना चाहूंगा। मुझे वास्तव में फोंट और रंग पसंद हैं। मैक टर्मिनल कैसा दिखता है:

छवि स्रोत

कुछ चीजें हैं जो मैं उबंटू टर्मिनल में देखना चाहता हूं:

  • मैं username@desktop:~/Dropbox$इस प्रारूप में उपयोगकर्ता नाम और कंप्यूटर का नाम बदलना चाहता हूं :desktop:Dropbox username$

  • मैक टर्मिनल की तरह दिखने के लिए मैं टर्मिनल फॉन्ट बदलना चाहता हूं।

  • मैं मैक टर्मिनल रंग योजना की तरह रंग योजना को बदलना चाहता हूं।

क्या यह संभव है? कैसे?


ध्यान दें कि मैं Ubuntu विषय को बदलना नहीं चाहता। मैं डिफ़ॉल्ट विषय के साथ एकता का उपयोग करता हूं, लेकिन मैं केवल टर्मिनल सेटिंग्स बदलना चाहता हूं क्योंकि यह मेरे द्वारा सबसे अधिक उपयोग किया जाने वाला एप्लिकेशन है।


क्या आपको अपना जवाब मिल गया है?
सुकुपा91

1
@ Sushantp606 मैंने इसे जोड़ा: askubuntu.com/a/387520/148451
Ionică Bizău

1
तुमने ऐसा क्यों करना चाहोगे? उबंटू में टर्मिनल मैक के टर्मिनल से 10 गुना है। टर्मिनेटर स्थापित करें ।
स्टेवी जी

@StevieG मैं सिर्फ मैक टर्मिनल कैसे दिख रहा है पसंद कर रहा था, लेकिन वर्तमान में मैं टर्मिनल फ्लैट थीम का उपयोग कर रहा हूं । मुझे टर्मिनेटर पसंद नहीं है, सूक्ति टर्मिनल + tmux एक साथ एक महान काम करते हैं। :)
आयनिक बिज़ू

आप इस पर विश्वास नहीं कर सकते हैं, लेकिन मैं Ubuntu 18.04 से MacOS में स्थानांतरित हो गया हूं और मुझे अपने Ubuntu टर्मिनल की याद आती है। मैं सचमुच अपने मैकओएस टर्मिनल को उबंटू एक जैसा बनाने के लिए ऑनलाइन खोज कर रहा हूं।
उमर तारिक

जवाबों:


25

शीघ्र शैली बदलना

शीघ्र प्रारूप बदलने के लिए, ~/.bashrcफ़ाइल में निम्नलिखित पंक्तियाँ जोड़ें :

### Prompt style
export PS1="\033[0;33m\h:\W \u\$ \e[m"

अब टर्मिनल इस तरह दिखता है:

टर्मिनल फ़ॉन्ट

मोनाको फ़ॉन्ट में। आप इसे टर्मिनल में चला सकते हैं:

curl -kL https://raw.githubusercontent.com/cstrap/monaco-font/master/install-font-ubuntu.sh | bash

चेतावनी : आपके पास ब्राउज़र में इस फ़ॉन्ट के साथ समस्याएँ हो सकती हैं। इसकी चर्चा यहां की गई है

फिर मोनाकाओ का उपयोग करने के लिए टर्मिनल फ़ॉन्ट सेट करें: फ़ॉन्ट पर जाएं Edit -> Profile Preferencesऔर बदलें:

रंग प्रणाली

XML फ़ाइल में निम्न सामग्री सहेजें:

<gconfentryfile>
  <entrylist base="/apps/gnome-terminal">
    <entry>
      <key>global/active_encodings</key>
      <schema_key>/schemas/apps/gnome-terminal/global/active_encodings</schema_key>
      <value>
        <list type="string">
            <value>
              <string>UTF-8</string>
            </value>
            <value>
              <string>current</string>
            </value>
        </list>
      </value>
    </entry>
    <entry>
      <key>global/confirm_window_close</key>
      <schema_key>/schemas/apps/gnome-terminal/global/confirm_window_close</schema_key>
      <value>
        <bool>true</bool>
      </value>
    </entry>
    <entry>
      <key>global/default_profile</key>
      <schema_key>/schemas/apps/gnome-terminal/global/default_profile</schema_key>
      <value>
        <string>Default</string>
      </value>
    </entry>
    <entry>
      <key>global/profile_list</key>
      <schema_key>/schemas/apps/gnome-terminal/global/profile_list</schema_key>
      <value>
        <list type="string">
            <value>
              <string>Default</string>
            </value>
        </list>
      </value>
    </entry>
    <entry>
      <key>global/use_menu_accelerators</key>
      <schema_key>/schemas/apps/gnome-terminal/global/use_menu_accelerators</schema_key>
      <value>
        <bool>true</bool>
      </value>
    </entry>
    <entry>
      <key>global/use_mnemonics</key>
      <schema_key>/schemas/apps/gnome-terminal/global/use_mnemonics</schema_key>
      <value>
        <bool>true</bool>
      </value>
    </entry>
    <entry>
      <key>keybindings/close_tab</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/close_tab</schema_key>
      <value>
        <string>&lt;Ctrl&gt;&lt;Shift&gt;w</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/close_window</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/close_window</schema_key>
      <value>
        <string>&lt;Ctrl&gt;&lt;Shift&gt;q</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/copy</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/copy</schema_key>
      <value>
        <string>&lt;Ctrl&gt;&lt;Shift&gt;c</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/detach_tab</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/detach_tab</schema_key>
    </entry>
    <entry>
      <key>keybindings/full_screen</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/full_screen</schema_key>
      <value>
        <string>F11</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/help</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/help</schema_key>
      <value>
        <string>F1</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/move_tab_left</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/move_tab_left</schema_key>
      <value>
        <string>&lt;Ctrl&gt;&lt;Shift&gt;Page_Up</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/move_tab_right</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/move_tab_right</schema_key>
      <value>
        <string>&lt;Ctrl&gt;&lt;Shift&gt;Page_Down</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/new_profile</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/new_profile</schema_key>
    </entry>
    <entry>
      <key>keybindings/new_tab</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/new_tab</schema_key>
      <value>
        <string>&lt;Ctrl&gt;&lt;Shift&gt;t</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/new_window</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/new_window</schema_key>
      <value>
        <string>&lt;Ctrl&gt;&lt;Shift&gt;n</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/next_tab</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/next_tab</schema_key>
      <value>
        <string>&lt;Control&gt;Page_Down</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/paste</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/paste</schema_key>
      <value>
        <string>&lt;Ctrl&gt;&lt;Shift&gt;v</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/prev_tab</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/prev_tab</schema_key>
      <value>
        <string>&lt;Control&gt;Page_Up</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/reset</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/reset</schema_key>
    </entry>
    <entry>
      <key>keybindings/reset_and_clear</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/reset_and_clear</schema_key>
    </entry>
    <entry>
      <key>keybindings/save_contents</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/save_contents</schema_key>
      <value>
        <string>disabled</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/set_terminal_title</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/set_terminal_title</schema_key>
    </entry>
    <entry>
      <key>keybindings/switch_to_tab_1</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_1</schema_key>
      <value>
        <string>&lt;Alt&gt;1</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/switch_to_tab_10</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_10</schema_key>
      <value>
        <string>&lt;Alt&gt;0</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/switch_to_tab_11</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_11</schema_key>
    </entry>
    <entry>
      <key>keybindings/switch_to_tab_12</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_12</schema_key>
    </entry>
    <entry>
      <key>keybindings/switch_to_tab_2</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_2</schema_key>
      <value>
        <string>&lt;Alt&gt;2</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/switch_to_tab_3</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_3</schema_key>
      <value>
        <string>&lt;Alt&gt;3</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/switch_to_tab_4</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_4</schema_key>
      <value>
        <string>&lt;Alt&gt;4</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/switch_to_tab_5</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_5</schema_key>
      <value>
        <string>&lt;Alt&gt;5</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/switch_to_tab_6</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_6</schema_key>
      <value>
        <string>&lt;Alt&gt;6</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/switch_to_tab_7</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_7</schema_key>
      <value>
        <string>&lt;Alt&gt;7</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/switch_to_tab_8</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_8</schema_key>
      <value>
        <string>&lt;Alt&gt;8</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/switch_to_tab_9</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/switch_to_tab_9</schema_key>
      <value>
        <string>&lt;Alt&gt;9</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/toggle_menubar</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/toggle_menubar</schema_key>
    </entry>
    <entry>
      <key>keybindings/zoom_in</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/zoom_in</schema_key>
      <value>
        <string>&lt;Ctrl&gt;plus</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/zoom_normal</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/zoom_normal</schema_key>
      <value>
        <string>&lt;Ctrl&gt;0</string>
      </value>
    </entry>
    <entry>
      <key>keybindings/zoom_out</key>
      <schema_key>/schemas/apps/gnome-terminal/keybindings/zoom_out</schema_key>
      <value>
        <string>&lt;Ctrl&gt;minus</string>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/allow_bold</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/allow_bold</schema_key>
      <value>
        <bool>false</bool>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/alternate_screen_scroll</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/alternate_screen_scroll</schema_key>
      <value>
        <bool>true</bool>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/background_color</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/background_color</schema_key>
      <value>
        <string>#0D0D19192626</string>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/background_darkness</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/background_darkness</schema_key>
      <value>
        <float>0.5</float>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/background_image</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/background_image</schema_key>
      <value>
        <string></string>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/background_type</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/background_type</schema_key>
      <value>
        <string>solid</string>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/backspace_binding</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/backspace_binding</schema_key>
      <value>
        <string>ascii-del</string>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/bold_color</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/bold_color</schema_key>
      <value>
        <string>#000000000000</string>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/bold_color_same_as_fg</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/bold_color_same_as_fg</schema_key>
      <value>
        <bool>true</bool>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/cursor_blink_mode</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/cursor_blink_mode</schema_key>
      <value>
        <string>system</string>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/cursor_shape</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/cursor_shape</schema_key>
      <value>
        <string>block</string>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/custom_command</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/custom_command</schema_key>
      <value>
        <string></string>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/default_show_menubar</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/default_show_menubar</schema_key>
      <value>
        <bool>true</bool>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/default_size_columns</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/default_size_columns</schema_key>
      <value>
        <int>80</int>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/default_size_rows</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/default_size_rows</schema_key>
      <value>
        <int>24</int>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/delete_binding</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/delete_binding</schema_key>
      <value>
        <string>escape-sequence</string>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/encoding</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/encoding</schema_key>
      <value>
        <string>current</string>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/exit_action</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/exit_action</schema_key>
      <value>
        <string>close</string>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/font</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/font</schema_key>
      <value>
        <string>Monaco Bold 10</string>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/foreground_color</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/foreground_color</schema_key>
      <value>
        <string>#D3D1D7D7CFCF</string>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/icon</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/icon</schema_key>
      <value>
        <string></string>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/login_shell</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/login_shell</schema_key>
      <value>
        <bool>false</bool>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/palette</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/palette</schema_key>
      <value>
        <string>#000000000000:#F5F579780000:#7373D2D11615:#D554C1D77F49:#40DAC851F332:#CECE5C5B0000:#C1C07D7C1110:#7373D2D11615:#262626262626:#EDEDD4D40000:#7373D2D11615:#EFEF29292929:#0000ABAAFFFF:#BAB99F9F0000:#E9E8B9B86E6E:#ADAD7F7FA8A7</string>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/scroll_background</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/scroll_background</schema_key>
      <value>
        <bool>true</bool>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/scroll_on_keystroke</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/scroll_on_keystroke</schema_key>
      <value>
        <bool>true</bool>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/scroll_on_output</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/scroll_on_output</schema_key>
      <value>
        <bool>false</bool>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/scrollback_lines</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/scrollback_lines</schema_key>
      <value>
        <int>512</int>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/scrollback_unlimited</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/scrollback_unlimited</schema_key>
      <value>
        <bool>false</bool>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/scrollbar_position</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/scrollbar_position</schema_key>
      <value>
        <string>right</string>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/silent_bell</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/silent_bell</schema_key>
      <value>
        <bool>false</bool>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/title</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/title</schema_key>
      <value>
        <string>Terminal</string>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/title_mode</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/title_mode</schema_key>
      <value>
        <string>replace</string>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/update_records</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/update_records</schema_key>
      <value>
        <bool>true</bool>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/use_custom_command</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/use_custom_command</schema_key>
      <value>
        <bool>false</bool>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/use_custom_default_size</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/use_custom_default_size</schema_key>
      <value>
        <bool>false</bool>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/use_system_font</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/use_system_font</schema_key>
      <value>
        <bool>false</bool>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/use_theme_background</key>
      <value>
        <bool>false</bool>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/use_theme_colors</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/use_theme_colors</schema_key>
      <value>
        <bool>false</bool>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/visible_name</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/visible_name</schema_key>
      <value>
        <string>Default</string>
      </value>
    </entry>
    <entry>
      <key>profiles/Default/word_chars</key>
      <schema_key>/schemas/apps/gnome-terminal/profiles/Default/word_chars</schema_key>
      <value>
        <string>-A-Za-z0-9,./?%&amp;#:_=+@~</string>
      </value>
    </entry>
  </entrylist>
</gconfentryfile>

फिर निम्नलिखित कमांड चलाने वाली रंग योजना आयात करें:

gconftool-2 --load terminal-color-scheme.xml

... जहाँ terminal-color-scheme.xmlXML फ़ाइल का नाम है जिसमें ऊपर सामग्री है।

उसके बाद, आपका टर्मिनल नीचे की तरह दिखेगा:


@lonica क्या आपको पता है कि जब हम कुछ गलत करते हैं तो टर्मिनल को थोड़ा हिलाते हैं या फ़्लैश करते हैं। उदाहरण के लिए, निर्देशिका में नेविगेट करते समय, अगर हम निर्देशिका के अंत तक पहुँच चुके हैं और फिर भी हम टैब दबा रहे हैं।
सौमित्रि पटनायक

@SoumitriPattnaik मुझे लगता है कि यह वास्तव में उस टर्मिनल एमुलेटर से संबंधित है जिसका आप उपयोग कर रहे हैं। अपने मैक मशीन पर मैंने उस दृश्य घंटी को निष्क्रिय कर दिया। मैंने इसका परीक्षण नहीं किया, लेकिन मुझे लगता है कि यह वही है
जिसकी

जहां टर्मिनल-रंग-स्कीम.एक्सएमएल फ़ाइल को सहेजना है
पंकज गौतम

@ पंकजगौतम आप इसे कहीं भी रख सकते हैं।
Ionică Bizău

@lonica मैंने फ़ाइल नाम को समान रखते हुए सभी चरणों का सही ढंग से पालन किया, लेकिन नीचे की त्रुटि प्राप्त करें
पंकज गौतम

2

हम में से ज्यादातर एक शेल प्रॉम्प्ट के साथ काम करते हैं। डिफ़ॉल्ट रूप से अधिकांश लिनक्स डिस्ट्रो होस्टनाम और करंट वर्किंग डायरेक्टरी प्रदर्शित करता है। आपके लिए महत्वपूर्ण जानकारी प्रदर्शित करने के लिए आप अपने संकेत को आसानी से अनुकूलित कर सकते हैं। विशेष शेल चर के माध्यम से नियंत्रण है।

वर्तमान शीघ्र सेटिंग उपयोग प्रदर्शित करने के लिए-

echo $PS1

आउटपुट नीचे की तरह होगा, आपका वही होगा जो आपने पहले नहीं खेला था-

\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\u@\h:\w\$

उपयोग करने के लिए संशोधित computername@usernameकरने के Usernameलिए-

PS1="User name : "

इस परिवर्तन को स्थायी उपयोग संपादित करने के लिए /.bashrc द्वारा-

vi $HOME/.bashrc

और लाइन संलग्न करें -

export PS1="\e[0;31m[\u@\h \W]\$ \e[m"

यदि आप तिथि और अन्य सभी चीजों को जोड़ना चाहते हैं तो मुझे बताएं कि मैं अन्य जानकारी जोड़ दूंगा।

आपका दूसरा प्रश्न फोंट बदलने के बारे में है, इसके लिए एकता ट्विन टूल को उबंटू सॉफ्टवेयर सेंटर से या टर्मिनल के माध्यम से स्थापित करें -

sudo apt-get install unity-tweak-tool

और फ़ॉन्ट और आकार को अपनी पसंद के अनुसार बदल दें।

तीसरे, मैं के रूप में मैक के रूप में ubuntu के रंग योजना को बदलने के लिए कोई विचार नहीं है, मैं एक मैक प्रशंसक नहीं हूँ, लेकिन हाँ आप अपने शीघ्र रंग बदल सकते हैं जैसा कि नीचे बताया गया है-

हरे रंग का संकेत देने के लिए, निम्न कमांड टाइप करें:

$ export PS1="\e[0;32m[\u@\h \W]\$ \e[m "

नीचे दी गई तालिका से अपनी इच्छा के अनुसार रंग कोड बदलें।

रंग कोड

और अगर आप टर्मिनल के लिए पूर्ण फ़ॉन्ट रंग बदलना चाहते हैं तो टर्मिनल पर जाएं - संपादित करें - वरीयता और कटोम फ़ॉन्ट रंग का उपयोग करें -

टर्मिनल प्राथमिकता

यही सब मुझे पता है, मुझे नहीं पता कि आप इसे कैसे पैटर्न के लिए बदल सकते हैं जैसा कि आपके प्रश्न में दिखाया गया है।

अतिरिक्त सलाह - वास्तव में बनाने के लिए यह मैक उपयोग की तरह दिखता है http://www.noobslab.com/2013/10/mac-os-x-mbuntu-1310-pack-is-ready.html

आशा है कि इसने आपकी मदद की।


1

प्रॉम्प्ट के लिए (वह भाग जिसे आप डेस्कटॉप के रूप में दिखाते हैं: ड्रॉपबॉक्स उपयोगकर्ता नाम $) इस दस्तावेज़ को लिनक्स डॉक्यूमेंटेशन प्रोजेक्ट पर देखें: http://www.tldp.org/HOWTO/Bash-Prompt-HOWTO/index.html यह वर्णन करता है कि कैसे सेट किया जाए PS1 और प्रॉम्प्ट के लिए रंग कैसे सेट करें (यदि आप ऐसा ही चाहते थे)

फ़ॉन्ट, आपको यह पता लगाने की आवश्यकता होगी कि मैक ओएसएक्स टर्मिनल किस फ़ॉन्ट का उपयोग करता है और इसे स्थापित करें (यदि पहले से उबंटू में नहीं है) और फिर आप इसे टर्मिनल में वरीयताओं का उपयोग करके सेट कर सकते हैं।

फ़ाइलों के रंगों के लिए आपको dir_colors के साथ काम करना होगा। यहाँ मैन पेज का लिंक दिया गया है: http://man7.org/linux/man-pages/man5/dir_colors.org.html

क्या आपने इसे उबंटू के लिए मैक थीम के बारे में देखा है? http://www.noobslab.com/2013/10/mac-os-x-mbuntu-1310-pack-is-ready.html

हां, यह सब किया जा सकता है लेकिन आपको कुछ कॉन्फ़िगरेशन करने की आवश्यकता होगी।

आप एक अनुकूलित .bashrc के साथ काम करने के अभ्यस्त होने की भी इच्छा कर सकते हैं। यहाँ एक अच्छा ट्यूटोरियल है: http://news.softpedia.com/news/How-to-Customize-the-Shell-Prompt-40033.shtml

सभी चीजों के साथ, मूल फ़ाइलों का बैक-अप रखें, बस मामले में।

हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.