Skip to content

ardikars/.config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

144 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Install tmux

# dnf install tmux

Install Neovim (Latest version)

# nvim/install.sh
# For system clipboard supports
# dnf install wl-clipboard
# Or
# dnf install xclip

Load Configuration and Set Environment Variables (Use a POSIX-compliant shell)

# For dash, kash, or ash
# nvim ~/.profile
# Or bash
# nvim ~/.bash_profile
# Or zsh
# nvim ~/.zprofile
if [ -f "$HOME/.config/.profile" ]; then
  . "$HOME/.config/.profile"
fi

LaTex

# dnf install latexmk zathura zathura-pdf-mupdf
# Or
# dnf install latexmk zathura zathura-pdf-poppler

Classic Fortune + Cowsay + Lolcat

# dnf install fortune 
# dnf install cowsay
# dnf install lolcat

About

My config files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors