All Projects → fnando → Dotfiles

fnando / Dotfiles

My dotfiles

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Dotfiles

Dotfiles
@anmoljagetia's Dotfiles! Saves me several seconds!
Stars: ✭ 42 (-48.15%)
Mutual labels:  zsh, dotfiles
Dotfiles
🐧 Configuration files
Stars: ✭ 81 (+0%)
Mutual labels:  zsh, dotfiles
Dotfiles
dotfiles for my macOS & Linux environments ⌨️
Stars: ✭ 46 (-43.21%)
Mutual labels:  zsh, dotfiles
Dotfiles
Configs 🤘🤘🤘
Stars: ✭ 39 (-51.85%)
Mutual labels:  zsh, dotfiles
Dotfiles
My Neovim + Tmux + Zsh dev setup
Stars: ✭ 60 (-25.93%)
Mutual labels:  zsh, dotfiles
Dotfiles
Colourful & robust configuration files and utilities for Mac, Linux and BSD
Stars: ✭ 1,006 (+1141.98%)
Mutual labels:  zsh, dotfiles
Dotfiles
What tools and plugins I use for web development?
Stars: ✭ 73 (-9.88%)
Mutual labels:  zsh, dotfiles
Dotconfig
Development environment setup
Stars: ✭ 27 (-66.67%)
Mutual labels:  zsh, dotfiles
Dotfiles
Get started with your own dotfiles.
Stars: ✭ 1,094 (+1250.62%)
Mutual labels:  zsh, dotfiles
Dotfiles
My dotfiles, managed with GNU stow
Stars: ✭ 56 (-30.86%)
Mutual labels:  zsh, dotfiles
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+1116.05%)
Mutual labels:  zsh, dotfiles
Dotfiles
My personal configuration management system
Stars: ✭ 66 (-18.52%)
Mutual labels:  zsh, dotfiles
Dotfiles
📦 My Configs and Dotfiles
Stars: ✭ 31 (-61.73%)
Mutual labels:  zsh, dotfiles
Dotfiles
This is my dotfiles.
Stars: ✭ 41 (-49.38%)
Mutual labels:  zsh, dotfiles
Dotfiles
my hidden config files
Stars: ✭ 27 (-66.67%)
Mutual labels:  zsh, dotfiles
Dotfiles
My dotfiles 🚀. Includes configs for neovim, tmux, zsh, alacritty and more.
Stars: ✭ 47 (-41.98%)
Mutual labels:  zsh, dotfiles
Cfgs
My personal configs
Stars: ✭ 14 (-82.72%)
Mutual labels:  zsh, dotfiles
Dotfiles
`~/dotfiles` to setup my dev env on macOS based around `neovim` and `tmux`
Stars: ✭ 20 (-75.31%)
Mutual labels:  zsh, dotfiles
Dotfiles
Windows + WSL 2 Ubuntu + Windows Terminal + zsh + p10k + Docker + IntelliJ IDEA
Stars: ✭ 54 (-33.33%)
Mutual labels:  zsh, dotfiles
Dotfiles
🏠
Stars: ✭ 60 (-25.93%)
Mutual labels:  zsh, dotfiles

Dotfiles

Screenshot of my terminal

Welcome to my dotfiles! It features:

  • Light theme
  • ZSH configuration
  • pry as Ruby REPL
  • ASDF as package manager

Requirements

Install ZSH

On Mac:

brew install zsh

Then make it available:

grep -q -f $(which zsh) /etc/shells || echo $(which zsh) | sudo tee -a /etc/shells

Finally, set it as the default shell:

chsh -s $(which zsh)

On OSX you may want to disable the line that sets the PATH on /etc/zprofile.

Install Dotfiles

To install these dotfiles, execute the following command:

# If you have curl installed ########################################
curl -Ls https://raw.github.com/fnando/dotfiles/master/install | bash

# If you have wget installed ########################################
wget -q -O - https://raw.github.com/fnando/dotfiles/master/install | bash

To upgrade your configuration to the latest version, run dotfiles.

Any specific configuration should go to ~/.zsh/user.sh. This file is kept around between upgrades, so you won't lose any configuration specific to your own user.

Install ASDF

After, installing these dotfiles and restarting your terminal, you can install manager for the Ruby and Node as the following:

  • asdf plugin-add ruby
  • asdf plugin-add nodejs

Install Nerd Fonts

Install a Nerd Font and activate it on your terminal profile. I personally like Hack's variant.

Install colorls

Install colorls for ll with icons.

License

Copyright (c) 2014 Nando Vieira

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].