Skip to content

Penguint/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Install on Linux

  1. Clone repo into new hidden directory.
# Use SSH (if set up)...
git clone [email protected]:Penguint/dotfiles.git ~/.dotfiles

# ...or use HTTPS and switch remotes later.
git clone https://github.com/Penguint/dotfiles.git ~/.dotfiles
  1. Create symlinks in the Home directory to the real files in the repo.
# neovim
mkdir -p ~/.config
ln -s ~/.dotfiles/nvim/ ~/.config/nvim

# vim-plug for neovim
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
nvim --cmd 'PlugInstall' \
     -c 'qa!' # Quit vim

# git config
ln -s ~/.dotfiles/.gitconfig ~/.gitconfig

# zshrc
ln -s ~/.dotfiles/.zshrc ~/.zshrc

# install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

# cf template
ln -s ~/.dotfiles/.cf-template/ ~/.cf-template

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published