Skip to content

clementvidon/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 22, 2025
b7fc93d · Mar 22, 2025
May 17, 2022
Aug 23, 2022
Nov 19, 2024
Oct 26, 2024
Feb 5, 2024
Dec 31, 2024
Jan 17, 2023
Dec 31, 2024
Mar 22, 2025
Aug 5, 2023
Oct 7, 2024
Oct 7, 2024
Aug 25, 2023
Mar 7, 2023
Jul 22, 2024
Oct 7, 2024
May 24, 2023
Mar 20, 2025
Feb 25, 2025
Aug 28, 2023
Nov 8, 2024
Nov 20, 2024
Nov 19, 2024

Repository files navigation

CONFIG

Summary

The configuration of my everyday tools.

Prereq

Install Zsh and Tmux

sudo apt update
sudo apt install zsh tmux

Build Alacritty

# install deps
sudo apt update
sudo apt install rustup
rustup override set stable
rustup update stable
apt install cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev python3
# clone the repo
git clone https://github.com/alacritty/alacritty.git && cd alacritty
# build
cargo build --release

echo "\nPost Build:"
echo "https://github.com/alacritty/alacritty/blob/master/INSTALL.md#post-build"

Build Vim

# install deps
sudo apt install git make clang libtool-bin python3-dev
# clone the repo
git clone https://github.com/vim/vim.git && cd vim
# configure
./configure --with-features=huge --enable-python3interp=yes --with-python3-config-dir=$(python3-config --configdir) --prefix=/usr/local
# build
make && sudo make install

Install Synonym and Translator tools

sudo apt update
sudo apt install translate-shell
sudo wget https://raw.githubusercontent.com/smallwat3r/synonym/master/synonym \
    -P /usr/local/bin && sudo chmod 755 /usr/local/bin/synonym

Clone pass and noesis

git clone git@github.com:clementvidon/noesis.git
git clone git@github.com:clementvidon/pass.git

Usage

bash deploy.sh

Misc

Iosevka Customizer