-
Antoine Marteau authoredAntoine Marteau authored
recap_install_manjaro 2.58 KiB
# dotfiles necessaires : .zshrc init.vim picom.conf kitty.conf
# config oh-my-zsh
# copier .zshrc
source .zshrc
# installer zsh-autosuggestions zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
sudo pacman -S yay
sudo pacman -S base-devel
sudo pacman -S gdb
sudo pacman -S cmake
sudo pacman -S ccls
sudo pacman -S i3-gaps
sudo pacman -S kitty
sudo pacman -S signal-desktop
sudo pacman -S nodejs
sudo pacman -S nfs-commons
sudo pacman -S nfs-utils
sudo pacman -S python-pip
pip install -U pip
# installer neovim nightly
sudo pacman -Rns neovim
yay neovim-nightly
sudo pacman -S npm
sudo npm install -g neovim
yay tixeo
yay zotero
# creer clef ssh
ssh-keygen
cat ~/.ssh/id_rsa.pub
ssh-add ~/.ssh/id_rsa
# ajouter clef sur depot distant
ssh -T git@gricad-gitlab.univ-grenoble-alpes.fr
# config nvim
cd ~/.config/
mkdir nvim
git clone git@gricad-gitlab.univ-grenoble-alpes.fr:marteaua/vim-configuration.git .
# installer vim-plug
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \\
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
pip install -U neovim
# depot these
git clone git@gricad-gitlab.univ-grenoble-alpes.fr:marteaua/these_antoine.git
# connexion a eduroam
chmod +x eduroam-linux-INPdG.py
./eduroam-linux-INPdG.py
####################### merdier i3
vim .config/i3/config
sudo pacman -S rofi
sudo pacman -S i3status
killall i3bar
i3bar
sudoedit /etc/X11/xorg.conf.d/30-touchpad.conf