Skip to content

cscnk52/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles...

Before using:

  • generate ssh key
  • generate gpg key
cd ~
git clone [email protected]:cscnk52/.dotfiles.git
cd .dotfiles
sudo pacman -S stow
stow ...

Important stuff:

pacman

cp ~/.dotfiles/pacman/pacman.conf /etc/pacman.conf

Vim

install vim-plug

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

reference from: https://github.com/junegunn/vim-plug#unix

link files via stow

cd ~/.dotfiles
stow vim

Zsh

install zinit

bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/zdharma-continuum/zinit/HEAD/scripts/install.sh)"

reference from: https://github.com/zdharma-continuum/zinit#install

link file via stow

cd ~
rm .zshrc
cd .dotfiles
stow zsh

remember to restart zsh