Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

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

My dotfiles (Linux, OSX & Windows) for bash & zsh on PC & server

License

NotificationsYou must be signed in to change notification settings

duzun/dotfiles

Repository files navigation

My dotfiles (Linux, OSX & Windows) for bash & zsh (and sh) on PC & server & Docker

⚙ Install

withcurl:

curl -o- https://raw.githubusercontent.com/duzun/dotfiles/master/install.sh| sh

or withwget:

wget -qO- https://raw.githubusercontent.com/duzun/dotfiles/master/install.sh| sh

or withgit:

git clone --recurse-submodules https://github.com/duzun/dotfiles.git~/.dotfiles&&~/.dotfiles/~/source init

or withoutgit, direct download & unzip:

curl -sLo~/dotfiles.zip"https://github.com/duzun/dotfiles/archive/master.zip"&& unzip~/dotfiles.zip -d~&& mv~/dotfiles-master~/.dotfiles&&~/.dotfiles/~/source init

If you don't havegit, but latter install it and want to setup git:

init_git -f# or~/.dotfiles/~/source init_git -f

↻ Update

There is a special alias for updatingdotfiles:

.update

You could add the light version of aliases to a Docker image:

ADD https://raw.githubusercontent.com/duzun/dotfiles/master/~/.aliasrc /etc/profile.d/aliases.sh

This is not the full dotfiles environment, but only the most aliases and functions.

🔗 Links

By me a ☕

About

My dotfiles (Linux, OSX & Windows) for bash & zsh on PC & server

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp