Arch软件安装

  • 首先要安装网卡
  • 安装gnome

    pacman -S xorg-server xorg-ser-utils
    pacman -S gnome
    • 安装Cairo Dock //侧边栏,需要在官网安装
      调整图标大小,在侧边栏点右键进行设置
    • 隐藏标题栏
      安装插件maximum NG
    • panel transparency
      Dynamic Panel Transparency
  • 搜狗输入法

    pacman -S fcitx-im
    pacman -S fcitx-configtool
    pacman -S yaourt
    yaourt fcitx-sogoupinyin
  • 安装firefox
  • 安装chrome

    yaourt -Ss chrome  //查找chrome的packages
    yaourt -S google-chrome-dev
  • 安装wps

    yaourt wps-office 
    • 安装字体
      直接在windows下复制,然后粘贴到~/.fonts下即可
    • 解决fcitx无法使用的问题

      在/etc/profile中添加
      export GTK_IM_MODULE=fcitx
      export QT_IM_MODULE=fcitx
      export XMODIFIERS="@im=fcitx"    
      重新启动即可
  • 设置开机跳过引导菜单

    sudo vim /etc/default/grub //设置timeout时间为0
    sudo grub-mkconfig -o /boot/grub/grub.cfg //更新grub生效
  • arch共享热点

    安装aur/create_ap
    sudo create_ap wlp3s0 enp4s0f2 wifiName wifiPasswd //自己是使用adsl上网的
    sudo create_ap wlp3s0 wlp3s0 wifiName wifiPasswd //自己是使用wifi上网的

你可能感兴趣的:(linux)