Skip to content

💻Personal dotfiles for mac and wsl

Notifications You must be signed in to change notification settings

zhangaz1/dotfiles-26

 
 

Repository files navigation

dotfiles

https://github.com/ridhwaans/dotfiles

screenfetch_mac screenfetch_windows

prerequisites

macOS

  • GET Catalina Update https://www.apple.com/macos/how-to-upgrade/
  • GET Xcode Command Line Tools xcode-select --install

windowsOS

  • GET Windows Subsystem for Linux https://docs.microsoft.com/en-us/windows/wsl/install-win10#update-to-wsl-2
  • GET Ubuntu 20.04 LTS (Focal Fossa) from the Microsoft Store

Adding a new SSH key to your GitHub account
Managing multiple Linux Distributions

installation

git

cd ~
mkdir Source
git clone git@github.com:ridhwaans/dotfiles.git
cd dotfiles
./setup.sh

or, curl

bash -c "`curl -fsSL https://raw.github.com/ridhwaans/dotfiles/master/remote-setup.sh`"

or, wget

bash -c "`wget -O - --no-check-certificate https://raw.githubusercontent.com/ridhwaans/dotfiles/master/remote-setup.sh`"

Windows directory,

  • ln -s /mnt/c/Users/<USERNAME>/dotfiles ~
  • ln -s /mnt/c/Users/<USERNAME>/Source ~
  • pin C:\Users\<USERNAME>\dotfiles to Quick Access
  • pin C:\Users\<USERNAME>\Source to Quick Access

not a Windows directory,

  • pin \\wsl$\Ubuntu\home\<USERNAME>\dotfiles to Quick Access
  • pin \\wsl$\Ubuntu\home\<USERNAME>\Source to Quick Access
  • pin ~/dotfiles, ~/Source to Favorites

todo

About

💻Personal dotfiles for mac and wsl

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 78.7%
  • Vim Script 21.3%