当然是正式开启折腾之路啦!!!
添加用户
1 | pacman -S zsh git vim |
添加完成后,编辑sudoers文件,使得添加的用户可以使用sudo:
运行命令visudo
,然后把# %wheel ALL=(ALL) ALL
前面的#
删掉
搞定之后logout
,用新用户登入系统
如果通过Arch启动盘启动Arch后,出现了如下选项,这说明是通过UEFI模式启动的:
把U盘/光盘/xxx盘插♂入电脑,然后设置为第一启动项,开机,就看到了下面这个画面:
安装64位的话,就选第一个,32位的话就第二个
我对i3的一些自定义配置:
将默认终端修改为lilyterm1
bindsym $mod+Return exec lilyterm
jkl;
修改为hjkl
1
2
3
4
5
6
7
8
9bindsym $mod+h focus left
bindsym $mod+j focus down
bindsym $mod+k focus up
bindsym $mod+l focus right
bindsym $mod+Shift+h move left
bindsym $mod+Shift+j move down
bindsym $mod+Shift+k move up
bindsym $mod+Shift+l move right