This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
ANDROID_COMPILE_SDK=29 | |
ANDROID_BUILD_TOOLS=29.0.2 | |
ANDROID_SDK_TOOLS=4333796 | |
FLUTTER_CHANNEL=master | |
INSTALL_DIR=$HOME | |
# Update | |
# NOTE : openjdk-8-jdk n'est plus en LTS | |
sudo apt update || exit 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
( cd && curl -fsSLO https://raw.githubusercontent.com/romkatv/dotfiles-public/master/.purepower ) | |
echo 'source ~/.purepower' >>! ~/.zshrc | |
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k | |
#ZSH_THEME=powerlevel10k/powerlevel10k | |
sed -E "s/ZSH_THEME\=\"(.*)\"/ZSH_THEME\=\"powerlevel10k\/powerlevel10k\"/" -i ~/.zshrc | |
plugins=( | |
git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Don't try to be vi compatible | |
set nocompatible | |
set encoding=utf-8 | |
set hidden | |
set nobackup | |
set nowritebackup | |
set cmdheight=2 | |
set updatetime=300 | |
set shortmess+=c | |
set signcolumn=number |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install oh my zsh | |
sudo apt update | |
sudo apt install -y git curl zsh | |
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
zsh | |
# download plugins | |
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions | |
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting |
NewerOlder