mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-11-14 14:28:02 +09:00
commit
882ebd83a1
@ -1 +1 @@
|
||||
Subproject commit 1f760c223052df2c924cf6fe0b622676bbb35796
|
||||
Subproject commit 7738c0a9cea5981cee2ec4519e14bbd4c0787a95
|
@ -15,5 +15,7 @@ install -g root -o root -m 0644 $SRC/etc/X11/Xsession.d/96calibrate $DST/etc/X11
|
||||
|
||||
install -g root -o root -m 0644 -D $SRC/etc/xdg/weston/weston.ini $DST/etc/xdg/weston/weston.ini
|
||||
|
||||
install -g root -o root -m 0644 -D $SRC/home/user/lxterminal/lxterminal.conf $DST/home/user/lxterminal/lxterminal.conf
|
||||
install -g 1000 -o 1000 -m 0644 -D $SRC/home/user/.xprofile $DST/home/user/.xprofile
|
||||
install -g 1000 -o 1000 -m 0644 -D $SRC/home/user/.config/fcitx/profile $DST/home/user/.config/fcitx/profile
|
||||
install -g 1000 -o 1000 -m 0644 -D $SRC/home/user/lxterminal/lxterminal.conf $DST/home/user/lxterminal/lxterminal.conf
|
||||
install -g root -o root -m 0644 -D $SRC/etc/jwm/system.jwmrc $DST/etc/jwm/system.jwmrc
|
||||
|
22
os-brainux/override/home/user/.config/fcitx/profile
Normal file
22
os-brainux/override/home/user/.config/fcitx/profile
Normal file
File diff suppressed because one or more lines are too long
7
os-brainux/override/home/user/.xprofile
Normal file
7
os-brainux/override/home/user/.xprofile
Normal file
@ -0,0 +1,7 @@
|
||||
export GTK_IM_MODULE=fcitx
|
||||
export QT_IM_MODULE=fcitx
|
||||
export XMODIFIERS=@im=fcitx
|
||||
|
||||
# Uncomment the following line to enable fcitx-mozc
|
||||
# fcitx-autostart &
|
||||
|
@ -43,6 +43,9 @@ echo "$TIMEZONE" > /etc/timezone && \
|
||||
dpkg-reconfigure -f noninteractive locales && \
|
||||
update-locale LANG=en_US.UTF-8
|
||||
|
||||
rm /etc/localtime
|
||||
ln -s /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
|
||||
|
||||
echo "brain" > /etc/hostname
|
||||
DEBIAN_FRONTEND=noninteractive \
|
||||
apt install -y dialog sudo \
|
||||
@ -52,11 +55,16 @@ DEBIAN_FRONTEND=noninteractive \
|
||||
weston xwayland \
|
||||
bash tmux vim htop \
|
||||
midori pcmanfm lxterminal xterm gnome-terminal fbterm uim-fep uim-anthy fonts-noto-cjk \
|
||||
dbus udev alsa-utils usbutils iw \
|
||||
dbus udev alsa-utils usbutils iw fake-hwclock\
|
||||
build-essential flex bison pkg-config autotools-dev libtool autoconf automake device-tree-compiler \
|
||||
python3 python3-dev python3-setuptools python3-wheel python3-pip python3-smbus \
|
||||
resolvconf net-tools ssh openssh-client avahi-daemon curl wget git
|
||||
|
||||
DEBIAN_FRONTEND=noninteractive \
|
||||
apt install -y --install-recommends fcitx-anthy
|
||||
|
||||
systemctl enable fake-hwclock
|
||||
|
||||
# Ly
|
||||
apt install -y libpam0g-dev libxcb-xkb-dev
|
||||
cd /
|
||||
|
Loading…
Reference in New Issue
Block a user