Skip to content

Installation and my configuration for zsh (Prezto), tmux, neovim, Catpuccin colour schemes, etc.

Notifications You must be signed in to change notification settings

Gaeldrin/LinuxConfig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Linux Config files

Configuration of the terminal environment on new Linux installation made easy.

This project takes my primary configs for zsh and nvim, and places them into a GitHub repository that can be downloaded to new systems. Also contains setup script to do proper adjustments and download up-to-date versions of all necessary modules (Prezto, Neovim, tmux plugin manager).

This new version was heavily inspired by a great video from Dreams of Code (https://youtu.be/Mtgo-nP_r8Y).

Installation

  1. Install git, tmux & zsh

     apt install git tmux zsh
    
  2. Clone the repository on the new box

     git clone https://github.com/Gaeldrin/LinuxConfig.git
    
  3. Run zsh and run the setup script

  4. On systems with GUI, install the Nerd Fonts mono font of your choice

  5. (Optional) Install the Catpuccin colour theme for the terminal emulator of your choice

  6. (Optional) Install the Gaeldrin/nice-motd

  7. Log out and back in

You should now have your (my) preferred configuration for pleasant terminal experience. This includes lots of configurations for both neovim and tmux, plugin support with some QoL plugins installed and configured and vim-like control in the zsh shell.

About

Installation and my configuration for zsh (Prezto), tmux, neovim, Catpuccin colour schemes, etc.

Resources

Stars

Watchers

Forks

Languages

  • Lua 52.6%
  • Shell 47.4%