Full command
sudo apt update && sudo apt install -y zsh git wget curl emacs direnv fd-find bat python3-pip
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
chsh -s /bin/zsh -$USER
git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-completions
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
curl https://raw.githubusercontent.com/PaulMonnery/dotfiles/master/dotfiles/.zshrc > ~/.zshrc
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
git clone https://github.com/asdf-vm/asdf.git ~/.asdf
curl https://raw.githubusercontent.com/PaulMonnery/dotfiles/master/dotfiles/.emacs.d.tgz | tar -zx -C ~
zsh
Run theses installations steps:
Apt
sudo apt update && sudo apt install -y zsh git wget curl emacs direnv fd-find bat python3-pip
Zsh & Oh my zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
chsh -s /bin/zsh -$USER
git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:=~/.oh-my-zsh/custom}/plugins/zsh-completions
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
curl https://raw.githubusercontent.com/PaulMonnery/dotfiles/master/dotfiles/.zshrc > ~/.zshrc
Fzf
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
Asdf
git clone https://github.com/asdf-vm/asdf.git ~/.asdf
Emacs configuration
curl https://raw.githubusercontent.com/PaulMonnery/dotfiles/master/dotfiles/.emacs.d.tgz | tar -zx -C ~
- poetry
- exa
- bat
- fdfind
- lazydocker