dotfiles.fish
dotfiles.fish copied to clipboard
my dotfiles
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 those things installed:
git: to clone the repocurl: to download some stufftar: to extract downloaded stufffish: the shellsudo: 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 will be backed up with a
.backupsuffix.
Update
To update, you just 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 would have created a bunch of symbolic links that will now
be broken. 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
alacrittya cross-platform, OpenGL terminal emulator;bata cat(1) clone with wings;deltafor better git diffs;fda simple, fast and user-friendly alternative tofind;fzffor a fuzzy-finder;gumA tool for glamorous shell scripts;ghfor more GitHub integration with the terminal;grcto colorize command's outputs;kittya cross-platform, fast, feature-rich, GPU based terminal;kubectxfor better Kubernetes context and namespaces switch;neovimextensible Vim-based text editor;starship.rsthe shell prompt we are using;
To install them all with brew:
$ brew install fish git-delta fzf gh grc kubectx starship zoxide fd exa bat alacritty kitty neovim
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 being used
Catppuccin Mocha and MonoLisa Font.
Screenshots
neovim with LSP, git signs, etc

neovim telescope

tmux-sessionizer and tmux tabs with icons
