GitHub - novatech/dotfiles

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

. files

setup

This is a Archlinux with i3wm setup for my personal laptop. Any customization can go under ~/.custom file. For example,

touch ~/.gitconfig
GIT_AUTHOR_NAME="novatech"
GIT_AUTHOR_EMAIL="azwan.ali@pm.me"
GIT_COMITTER_NAME="$GIT_AUTHOR_NAME"
GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
git config --global user.name "$GIT_AUTHOR_NAME"
git config --global user.email "$GIT_AUTHOR_EMAIL"

setup with stow

for i in $(ls);do stow -Sv $i;done

screenshot

rice

About

No description, website, or topics provided.

Resources

Readme

Activity

Stars

0 stars

Watchers

1 watching

Forks

0 forks

Releases

No releases published