Skip to content

Instantly share code, notes, and snippets.

@okwrtdsh
Last active June 4, 2018 10:11
Show Gist options
  • Save okwrtdsh/b18f6d84995d7a636e9c8b08f56ec224 to your computer and use it in GitHub Desktop.
Save okwrtdsh/b18f6d84995d7a636e9c8b08f56ec224 to your computer and use it in GitHub Desktop.

google chromeのinstall

sudo apt-get install libappindicator1
sudo dpkg -i google-chrome-stable_current_amd64.deb
(sudo apt-get install -f)

デスクトップの英語化

LANG=C xdg-user-dirs-gtk-update
sudo reboot

必要なものをinstall

sudo apt-get install git ca-certificates curl software-properties-common sshfs guake tmux

git設定

  • githubにssh key登録
ssh-keygen

zsh

sudo apt-get install zsh
git clone git@github.com:okwrtdsh/zsh.git ~/.zsh.d
ln -s ~/.zsh.d/zshrc ~/.zshrc
ln -s ~/.zsh.d/zshenv ~/.zshen
which zsh
chsh

vim

sudo apt-get install vim-gnome
git clone git@github.com:okwrtdsh/vim.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/vimrc.local ~/.vimrc.local

python

sudo apt-get install build-essential cmake python-dev python3-dev python-setuptools libpq-dev aptitude libssl-dev libbz2-dev libreadline-dev libsqlite3-dev
git clone git@github.com:pyenv/pyenv.git ~/.pyenv
git clone git@github.com:pyenv/pyenv-virtualenv.git  ~/.pyenv/plugins/pyenv-virtualenv

docker

curl -fsSL https://get.docker.com/ | sh
sudo usermod -aG docker okwrtdsh
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment