Skip to content

vivienschilis/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Highly inspired by Faith's dotfiles

setup vim-plug

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

open vim and install all plugins

:PLugInstall

setup nix and dev environment

Big Sur

sh <(curl -L https://nixos.org/nix/install) --darwin-use-unencrypted-nix-store-volume
make osx

vagrant

curl -L https://nixos.org/nix/install | sh

Add . /home/vagrant/.nix-profile/etc/profile.d/nix.sh to ~/.bash_profile or ~/.bash_rc

make vagrant

Add /home/vagrant/.nix-profile/bin/fish to /etc/shells

chsh -s /home/vagrant/.nix-profile/bin/fish

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published