Lubuntu Installation

インストーラの作成

インストール

# ディレクトリ名を日本語→英語に
sudo apt install xdg-user-dirs-gtk
LANG=C xdg-user-dirs-gtk-update

# 日本語環境
sudo apt install fcitx-mozc
im-config

# CapsをCtrlに変更
echo "setxkbmap -option ctrl:nocaps" >> ~/.profile
# Go Path設定
echo "export GOPATH=$HOME/go" >> ~/.profile
echo "export GOBIN=$GOPATH/bin" >> ~/.profile
echo "export PATH=$PATH:$GOBIN" >> ~/.profile

sudo add-apt-repository ppa:kritalime/ppa
sudo add-apt-repository ppa:scribus/ppa
sudo add-apt-repository ppa:ubuntuhandbook1/dvdstyler
sudo apt update
sudo apt install -y inkscape gimp libreoffice musescore krita blender #7zip
sudo apt install -y pandoc git curl translate-shell python3-tk golang

# vimにdeinをインストール
curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > installer.sh
# For example, we just use `~/.cache/dein` as installation directory
sh ./installer.sh ~/.cache/dein
rm ./installer.sh

# python3 -m pip install pygame