项目作者: samuelramox

项目描述 :
Install and setup Arch Linux with KDE or Gnome.
高级语言: Shell
项目地址: git://github.com/samuelramox/arch-linux-setup.git
创建时间: 2019-04-25T15:38:31Z
项目社区:https://github.com/samuelramox/arch-linux-setup

开源协议:

下载


Gnome Setup in Arch Linux

This is a simple dotfiles and scripts to install and customizing Arch Linux with Gnome.

Features

Check linked files to more details.

Installation guide:

Installation files:

Note: These files will be discarded later.

Settings Files:

Note: These files are permanent.

Installation:

First, install Arch Linux and the Gnome base. Follow the Arch Linux Installation Guide to install them.

If you already have Arch Linux and Gnome installed, run these commands:

  1. git clone https://github.com/samuelramox/gnome-setup.git && cd gnome-setup
  2. ./install/setup.sh

Setup after installation

Configure alsa:

  1. alsamixer

All channels will be muted by default. Then use the M key to change. Then use the arrow keys to increase or decrease the volume. Disable the Master and PCM channels. Depending on your speaker configuration, if you have a 5.1 system for example, you will want to mute the Front, Surround, etc

  1. sudo alsactl store

Enable Yay colors in the terminal

  1. sudo nano /etc/pacman.conf

Uncomment the Color flag in the options. An example of how it will look:

  1. #{{{ Misc options
  2. UseSyslog
  3. Color
  4. TotalDownload
  5. CheckSpace
  6. VerbosePkgLists
  7. #}}}

Terminal - Shortcut:

Settings → Keyboard → Custom shortcuts → Add:

  1. Name: gnome-terminal
  2. Command: gnome-terminal
  3. Shortcut: Ctrl + alt + t

Terminal - Change font:

Terminal → Preferences → Profiles → Text → Change Font. I use Hack Nerd Font with 13px

Visual Studio Code config

Code → Preference → Settings (or CTRL + ,) and add or edit the following values:

  1. "editor.fontFamily": "JetBrains Mono",
  2. "editor.fontLigatures": true,
  3. "editor.fontSize": 13,
  4. "terminal.integrated.fontFamily": "JetBrains Mono",
  5. "terminal.integrated.fontSize": 13,

Resources: