This repository contains my configuration files for shell, terminal, and editor.
Clone the repository:
git clone git@github.com:nicolasgarea/dotfiles.git ~/dotfilesOnly run this step if Zsh is not already installed
if ! command -v zsh >/dev/null; then
echo "Installing Zsh..."
sudo apt update && sudo apt install -y zsh
fichsh -s "$(command -v zsh)"ln -sf ~/dotfiles/.zshrc ~/.zshrc
source ~/.zshrcmkdir -p ~/.config/alacritty
cp -f ~/dotfiles/.config/colors.yaml ~/.config/alacritty/colors.yaml
cp -f ~/dotfiles/.config/fonts.yaml ~/.config/alacritty/fonts.yaml
cp -f ~/dotfiles/.config/alacritty.yaml ~/.config/alacritty/alacritty.yamlmkdir -p ~/.config/Code/User
cp -f ~/dotfiles/.vscode/settings.json ~/.config/Code/User/settings.json