豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

kdaigle/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Components

There's a few special files in the hierarchy.

  • topic/install.fish: Will get installed and loaded for each topic.
  • topic/*.symlink: Any files ending in *.symlink get symlinked into your $HOME. This is so you can keep all of those versioned in your dotfiles but still keep those autoloaded files in your home directory. These get symlinked in when you run script/bootstrap.fish.
  • Brewfile: Install the Homebrew packages and casks that you need.

Install

First, install Homebrew.

Run this:

brew install fish
echo /opt/homebrew/bin/fish | sudo tee -a /etc/shells
chsh -s /opt/homebrew/bin/fish
# Restart your terminal
curl -sfL https://get.oh-my.fish | fish
git clone https://github.com/kdaigle/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./script/bootstrap.fish

This will install and symlink the appropriate files in .dotfiles to your home directory. Everything is configured and tweaked within ~/.dotfiles.

Thanks

I borrowed the orginal version from @holman's excellent dotfiles. This newest version is based on @caarlos0's fish-focused dotfiles.

About

These are my dotfiles. There are many like it but these are mine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors