This repository contains dotfiles for :
- alacritty
- zsh (oh-my-zsh)
- tmux
- nvim & lvim
- ranger
apt install -y neovim zsh tmux xsel
sudo pacman -S wl-clipboard # si on utilise le clipboard de wayland
sudo pacman -S xclip # sinon
- polybar
- rofi
- nitrogen
- picom
- dunst
- xautolock
- maim
- xdotool
- nm-applet
- dex
- feh
- playerctl
cargo install alacritty
- Install ohmyzsh
/bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- ZSH Syntax Highlighting :
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
- ZSH Auto suggestions :
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
- ZSH bat :
git clone https://github.com/fdellwing/zsh-bat.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-bat
Install tmp for tmux plugins
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
pip install pynvim
npm i -g neovim
For installing the dotfiles, just execute this commmand in a linux shell :
chmod +x ./install.sh && ./install.sh