Alternatives To Dotfiles.fish
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Nvchad17,442
2 days ago2August 19, 20215gpl-3.0Lua
Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.
Awesome Dotfiles7,710
2 months ago3
A curated list of dotfiles resources.
Dotfiles7,646
13 hours ago12otherShell
A set of vim, zsh, git, and tmux configuration files.
Dotfiles2,547
2 days ago1mitLua
vim, zsh, git, homebrew, neovim - my whole world
Vim Bootstrap2,021112 days ago7November 07, 202133mitCSS
Vim Bootstrap is a generator that provides a simple method of generating a configuration for vim / neovim.
Vim Awesome1,830
3 years ago80mitPython
Awesome Vim plugins from across the universe
Vim Config1,704
9 days ago2Lua
Lean mean Neovim machine, carefully crafted with :heart: Use with latest Neovim.
Tmux Config1,697
7 months ago10Shell
:green_book: Example tmux configuration - screen + vim key-bindings, system stat, cpu load bar.
Dotfiles1,681
3 days ago6cc0-1.0Shell
▒ rice ░░ custom linux config files
Dotfiles1,369
a month agomitShell
💻 macOS / Ubuntu dotfiles
Alternatives To Dotfiles.fish
Select To Compare


Alternative Project Comparisons
Readme

Deprecated

There's a lot of things you can copy for your dotfiles, but the latest and greatest versions of everything are being kept only here.


header image

carlos' dotfiles

Config files for Fish, Go, Editors, Terminals and more.


Forked from my ZSH dotfiles, these are my Fish Shell config files, together with editor, macOS configs and other goodies.

Installation

Dependencies

First, make sure you have all the following installed:

  • git: to clone the repository
  • curl: to download files
  • tar: to extract downloaded files
  • fish: the shell
  • sudo: some configurations may need that

Install

Then, run these steps:

git clone https://github.com/caarlos0/dotfiles.fish.git ~/.dotfiles
cd ~/.dotfiles
./script/bootstrap.fish

All changed files were backed up with a .backup suffix.

Update

To update, you need to git pull and run the bootstrap script again:

cd ~/.dotfiles
git pull origin master
./script/bootstrap.fish

Revert

Reverting is not totally automated, but it pretty much consists in removing the fish configuration and the .dotfiles folder, as well as moving back some other configuration files:

rm -rf ~/.dotfiles $__fish_config_dir

The bootstrap script created a bunch of symbolic links that are now invalid. You will have to investigate those manually. In cases a file already existed, the script/bootstrap.fish script should have created a .backup file with the same name.

Recommended Software

  • alacritty a cross-platform, OpenGL terminal emulator;
  • bat a cat(1) clone with wings;
  • delta for better git diffs;
  • fd a simple, fast and user-friendly alternative to find;
  • fzf for a fuzzy-finder;
  • gum A tool for glamorous shell scripts;
  • gh for more GitHub integration with the terminal;
  • grc to colorize command's outputs;
  • kitty a cross-platform, fast, feature-rich, GPU based terminal;
  • kubectx for better Kubernetes context and namespaces switch;
  • neovim extensible Vim-based text editor;
  • starship.rs the shell prompt we are using;

To install them all with brew:

brew install \
  alacritty \
  bat \
  exa \
  fd \
  fish \
  fzf \
  gh \
  git-delta \
  grc \
  kitty \
  kubectx \
  neovim \
  starship \
  zoxide

On Ubuntu:

sh -c "$(curl -fsSL https://starship.rs/install.sh)"
sudo apt install fish grc fzf zoxide fd-find exa bat alacritty kitty neovim
# TODO: install delta, kubectx

macOS defaults

You use it by running:

~/.dotfiles/macos/set-defaults.sh

And logging out and in again or restart.

Themes and fonts

Catppuccin Mocha and MonoLisa Font.

Screenshots

neovim with LSP, git signs, etc

CleanShot 2022-10-01 at 20 12 19@2x

neovim telescope

CleanShot 2022-10-01 at 20 12 34@2x

tmux-sessionizer and tmux tabs with icons

CleanShot 2022-10-01 at 20 13 06@2x

Popular Dotfiles Projects
Popular Vim Projects
Popular Configuration Management Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Shell
Lua
Vim
Dotfiles
Zsh
Neovim
Tmux
Fish Shell
Nvim
Fzf