Skip to content

cgprats/Dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles


Dependencies:

  • zsh
  • antigen (will be installed by zshrc)
  • nerd-fonts
  • vim
  • emacs
  • tmux
  • tpm (tmux plugin manager; will be installed by .tmux.conf)
  • neovim

Dependency Installation Instructions:

This is for when your current distribution is unsupported by install.sh

zsh

sudo pkcon install zsh

nerd-fonts

vim

sudo pkcon install vim

emacs

sudo pkcon install emacs

tmux

sudo pkcon install tmux

neovim

sudo pkcon install neovim

File locations

  • .zshrc -> ~/.zshrc
    • To apply zsh changes run: source ~/.zshrc
    • If you have an error relating to missing plugins, try removing the $VENDOR plugin.
    • If on macOS or on some WSL distros, remove the autostart tmux block.
  • .tmux.conf -> ~/.tmux.conf
    • To apply tmux changes run: tmux source ~/.tmux.conf
  • .p10k.zsh -> ~/.p10k.zsh
  • .vimrc -> ~/.vimrc
  • .emacs -> ~/.emacs
  • .config/nvim/init.lua -> ~/.config/nvim/init.lua
    • To Install neovim plugins, launch neovim and run the following vim commands:
      • :PackerInstall

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published