Skip to content

Instantly share code, notes, and snippets.

@kjuq
Created October 25, 2019 10:05
Show Gist options
  • Select an option

  • Save kjuq/88098c4b1fc0b89fd11cdc16944576ca to your computer and use it in GitHub Desktop.

Select an option

Save kjuq/88098c4b1fc0b89fd11cdc16944576ca to your computer and use it in GitHub Desktop.

Ubuntu setup

  • dropbox
  • gvim
  • phpstorm
  • virtualbox
  • vagrant
sudo apt install curl git
sudo apt install python3-pip
sudo pip3 install xkeysnail
mkdir ~/xkeysnail
curl https://gist.githubusercontent.com/naviek/752270f24d53771246783d23bba2f2ea/raw > config.py
echo "xhost +SI:localuser:root && sudo xkeysnail config.py" > launch.sh
sh launch.sh
sudo apt install zsh
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
sudo sh -c "echo '$(which zsh)' >> /etc/shells"
sudo chsh -s $(which zsh)

you may not change the shell for $USER

curl https://krypt.co/kr | sh
pip3 install mackup
mkdir ~/mackup && cd ~/mackup
git clone git@github.com:Naviek/mackup_configs.git
echo -e "[storage]\nengine = file_system\npath = mackup\ndirectory = mackup_configs" >> ~/.mackup.cfg
mackup restore --verbose -f
sudo apt install gnome-tweaks
gnome-tweaks

Keyboard & Mouse -> Acceleration Profile -> Flat Keyboard & Mouse -> Additional Layout Options -> Caps Lock behavior -> Caps Lock is also a Ctrl

sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo apt update
sudo apt install google-chrome-stable
gsettings set org.gnome.mutter overlay-key ''
sudo apt install fcitx-mozc

Language Support ー> Keyboard input method system ー> fcitx Reboot Icon on top right of Desktop -> Configure -> add 'Mozc' -> Global Config -> Show Advanced Options -> Activate input method: Rsuper -> Inactivate input method: Lsuper

curl https://build.opensuse.org/projects/home:manuelschneid3r/public_key | sudo apt add -
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_18.04/ /' > /etc/apt/sources.list.d/home:manuelschneid3r.list"
wget -nv https://download.opensuse.org/repositories/home:manuelschneid3r/xUbuntu_18.04/Release.key -O Release.key
sudo apt add - < Release.key
sudo apt update
sudo apt install albert wmctrl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment