Setup after Arch Linux installation is complete

The installation of Arch Linux is completed, but it is still different from your own operating habits. You need to make some settings according to your personal habits to make it more convenient for you to use.

  1. Set Global Font Settings -> General Accessibility -> Large Text (On)

  2. Keyboard Shortcuts Settings -> Devices -> Keyboard
    Add Shortcut:
    Name Terminal Command gnome-terminal Shortcut F3
    Name Chromium Command Chromium Shortcut F2
    Change Shortcut: Set F1
    Move the window up one workspace Ctrl+Alt+PgUp
    Move the window up Move down a workspace Ctrl+Alt+PgDn
    close the window F4
    switch maximized state F10

  3. Install software
    Install gcc, gdb, tcpdump, vim, openssh and other software.

      # systemctl enable sshd.socket
      # systemctl enable sshd.service
    
  4. Set the Terminal
    font to Liberation Mono Regular, size 12;
    change the color to green on a black background, cancel the display of the scroll bar, and do not display the menu bar.

  5. Change command prompt
    ~/.bashrc file, PS1 variable to 'PS1='[\u@\h \W]> '.

  6. To set the global ls color output
    /etc/bash.bashrc file, add alias ls='ls --color=auto'.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325992075&siteId=291194637