Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

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

My dotfiles for herbstluftwm, tmux, zsh, Vim, and other applications...

License

NotificationsYou must be signed in to change notification settings

ssh0/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

日本語

dotfiles

This repository contains my dotfiles.

I use dotfiles managerdot in order to:

  • Set symbolic links
  • Add new file to this repository
  • Switch machine specific configurations

Contents

Screenshot

screenshot.png

How to Install

ssh0/dot: dotfiles management framework with shell

Clone this repository by

git clone https://github.com/ssh0/dotfiles.git ~/.ssh0-dotfiles

Then, execute:

cd ~/.ssh0-dotifles./install.sh

install.sh will installdot and make the symolic links written indotlink.

  • Clone the repository
git clone https://github.com/ssh0/dot $HOME/.zsh/dot
  • Write in your {bash|zsh}rc like below:
export DOT_REPO="https://github.com/your_username/dotfiles.git"export DOT_DIR="$HOME/.dotfiles"fpath=($HOME/.zsh/dot $fpath)  # <- for completionsource $HOME/.zsh/dot/dot.sh

See details atdot's README.

  • Create the dot's config file for this repository(of cource you can make that for your own dotfiles)
mkdir -p $HOME/.config/dotcat > $HOME/.config/dot/dotrc-ssh0 << EOFclone_repository="https://github.com/ssh0/dotfiles.git"dotdir="$HOME/.dotfiles-ssh0"dotlink="$HOME/.dotfiles-ssh0/dotlink"linkfiles=("$HOME/.dotfiles-ssh0/dotlink")EOF
  • Write like below in your {bash|zsh}rc and reload shellrc:
alias dot-ssh0="dot_main -c $HOME/.config/dot/dotrc-ssh0"
  • Execute thedot command:
dot-ssh0 clone -f && dot-ssh0 set

Then, this repository is cloned on your computer and the symbolic links will be created.

If files or links have already existed, this command will ask you to choose the operation.So, don't worry about breaking your existing system.You can skip these conflict files by usingdot-ssh0 set -i.

This repository iswork-in-progress and some files will be changed in the future.If you want to follow up-to-date settings:

dot-ssh0 update

Clone (or folk) this repository on your computer:

git clone --recursive https://github.com/ssh0/dotfiles.git ~/.dotfiles-ssh0

then, you can copy or make a symbolic from the directory to the right place(described indotlink).

Local settings

For my other machines ...

ThinkPad T540p

~/.zsh/rc.mine

export PC=T540p/

Lenovo IdeaPad S10e

~/.zsh/rc.mine

export PC=S10e/

License

All the files in this repository (except submodule) is underWTFPL - Do What the Fuck You Want to Public License.

See full text atLICENSE.

About

My dotfiles for herbstluftwm, tmux, zsh, Vim, and other applications...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp