Skip to content

regob/dotfiles

Repository files navigation

Dotfiles

Installation

Most files are installed automatically by ./install.sh. The following are installed manually.

Bash

Include in \~/.bashrc:

export DOTFILE_DIR=~/devel/dotfiles
source $DOTFILE_DIR/shell/.bashrc

# optionally set project and sync project list
export PROJECT_LIST=(
)
export SYNC_PROJECT_LIST=(
)
export LOCAL_MACHINE=1

SSH

Check if the path to dotfiles is in \~/.ssh/config:

Include ~/devel/dotfiles/ssh_config

Powershell

Call the root dotfile from the default powershell config:

# To be installed at (For Windows Power Shell <= version 5):
# C:\Users\[User]\Documents\WindowsPowerShell\profile.ps1
# (For PowerShell 6+):
# C:\Users\[User]\Documents\PowerShell\profile.ps1

& "C:/Path/to/dotfiles/powershell/powershell_profile.ps1"

Firefox

Link ./firefox/userChrome.css under profile (path might differ):

./install.sh ./firefox/userChrome.css ~/.mozilla/firefox/RELEASE/chrome/userChrome.css

Python

Jupyter keybinds are installed manually in AWS SageMaker Preferences.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published