Skip to content

euphdk/dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 10, 2020
047e5ce · Feb 10, 2020

History

25 Commits
Feb 10, 2020
Oct 3, 2019
Feb 10, 2020
Jun 6, 2019
Oct 3, 2019
Oct 7, 2019
Nov 4, 2019
Jun 6, 2019
Feb 10, 2020
Sep 30, 2019

Repository files navigation

README dotfiles

# Prepare for powerline-shell
sudo apt-get install fonts-powerline
sudo pip3 install powerline-shell

# Clone the repository
git clone --bare git@github.com:euphdk/dot.git $HOME/.dot

# Temp create alias - will also be in .bash_aliases
alias config='/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME'

# Move existing files out of place
mkdir -p .config-backup && \
config checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | \
xargs -I{} mv {} .config-backup/{}

# Checkout and don't show untracked files when running config status
config checkout
config config --local status.showUntrackedFiles no

# Install vscode extensions
fix-vscode-extensions.sh
config add README.md
config commit -m "README"
config push
# or first time
config push --set-upstream origin master

VSCODE font: https://github.com/microsoft/cascadia-code/releases

https://www.atlassian.com/git/tutorials/dotfiles

About

Dotfiles v2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages