Skip to content

ahuglajbclajep/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My dotfiles for macOS Catalina and Ubuntu 18.04.

install

macOS

# see https://stackoverflow.com/questions/15371925/how-to-check-if-command-line-tools-is-installed
$ if ! xcode-select -p 1>/dev/null; then xcode-select --install; fi
$ git clone https://github.com/ahuglajbclajep/dotfiles.git ~/.dotfiles && ~/.dotfiles/install.sh

Ubuntu Desktop

Note: if you use GNOME Terminal, you need to configure your profile to start it as a login shell.

$ sudo apt-get install build-essential curl file git # if you want to install Homebrew
$ git clone https://github.com/ahuglajbclajep/dotfiles.git ~/.dotfiles && ~/.dotfiles/install.sh
# see https://github.com/zsh-users/zsh-completions/issues/433
$ compaudit | xargs sudo chmod -R 755

Ubuntu on WSL

> $h=wsl wslpath ($HOME -replace '\\','/'); bash -c "git clone https://github.com/ahuglajbclajep/dotfiles.git $h/.dotfiles && $h/.dotfiles/install.sh"
> ~/.dotfiles/windows/install.bat

You can share files between different distributions via folders in Windows, like ln -s ${DOTFILES_ROOT%/*}/workspace ~/workspace.

update

$ git pull

About

my dotfiles for macOS Catalina and Ubuntu 18.04

Topics

Resources

Stars

Watchers

Forks