Skip to content

My configurations for Linux/UNIX based systems

Notifications You must be signed in to change notification settings

Visate/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visate's Dotfiles

My config for my development environment. Includes configurations for:

  • Alacritty, a cross-platform, GPU accelerated terminal emulator
  • tmux, a terminal multiplexer, configured with minimal changes using a framework called Oh my tmux! for one of the best out-of-the-box tmux experiences
  • zsh, a powerful alternative shell, configured with the Zim framework

Requirements

  • GNU stow, a utility to help manage dotfiles by symlinking them to the places they need to be

Optional, but recommended

Installation

  • Clone the repository with submodules to your home folder
$ git clone https://github.com/Visate/.dotfiles $HOME/.dotfiles
  • Inside the ~/.dotfiles folder, run stow [foldername] depending on which configs you would like to install. This will create symbolic links to wherever the configs are expected to be. For example, stow zsh will create symlinks in your home directory for .zim, .p10k.zsh, .zimrc, .zshenv, and .zshrc
    • If you already have configurations, create backups/move the files so that the symlinks can be created properly.
  • Done! Restart the program if you were already using it and enjoy your new environment.

TODO:

  • add a quick reference for some commands added
  • expand on the plugins included in zsh
  • make a nvim config

About

My configurations for Linux/UNIX based systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages