タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

dotfilesに関するtdknのブックマーク (2)

  • ボク式dotfiles - ゆず日記

    setup.sh iTerm2 + zsh + tmux + vim で快適な256色ターミナル環境を構築する - ( ꒪⌓꒪) ゆるよろ日記を見ててsetup.shがいいなと思って追加した。 気になったのは既にシンボリックリンクがある時。 そのままsetup.shを実行すると、ディレクトリの場合シンボリックリンクがディレクトリ下にもうひとつ張られてしまう。 ということでシンボリックリンクが既にあるかどうかの判定を入れた。 チェック DOT_FILES=( .vim .vimrc .bazaar) for file in ${DOT_FILES[@]} do if [ -e $HOME/$file ]; then echo "既にファイルが存在します: $file" else ln -s $HOME/dotfiles/$file $HOME/$file echo "シンボリックリンクを貼り

    ボク式dotfiles - ゆず日記
  • GitHub does dotfiles - dotfiles.github.io

    GitHub ❤ ~/ Why would I want my dotfiles on GitHub? Backup, restore, and sync the prefs and settings for your toolbox. Your dotfiles might be the most important files on your machine. Learn from the community. Discover new tools for your toolbox and new tricks for the ones you already use. Share what you’ve learned with the rest of us. Navigating this site If you’re just starting out, before you g

  • 1