All Projects → jesperorb → dotfiles

jesperorb / dotfiles

Licence: other
My dotfiles for oh-my-zsh, vim and tmux 📟

Programming Languages

Vim Script
2826 projects
shell
77523 projects

Projects that are alternatives of or similar to dotfiles

Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+4182.61%)
Mutual labels:  dotfiles, zsh, tmux, vimrc, zshrc
Dotfiles
What tools and plugins I use for web development?
Stars: ✭ 73 (+217.39%)
Mutual labels:  dotfiles, zsh, zshrc, oh-my-zsh, iterm2
Dotfiles
💾 Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (+2308.7%)
Mutual labels:  dotfiles, zsh, tmux, vimrc, zshrc
dotfiles
🚀 tmux, ohmyzsh, powerlevel10k, neovim 🔧
Stars: ✭ 24 (+4.35%)
Mutual labels:  dotfiles, zsh, tmux, zshrc
Jarvis
Dotfiles for a powerful, web development-focused environment powered by Neovim, iTerm2, tmux, and zsh
Stars: ✭ 617 (+2582.61%)
Mutual labels:  dotfiles, zsh, tmux, iterm2
Takumi
Takumi, clean and elegant dotfiles
Stars: ✭ 22 (-4.35%)
Mutual labels:  dotfiles, zsh, tmux, vimrc
Dotfiles
🔘 neovim, zsh, tmux, iTerm2, macOS dotfiles
Stars: ✭ 7 (-69.57%)
Mutual labels:  dotfiles, zsh, tmux, iterm2
dotfiles
🏡 My dotfiles
Stars: ✭ 64 (+178.26%)
Mutual labels:  dotfiles, tmux, vimrc, zshrc
Dotfiles
Alacritty + Tmux + Oh My Zsh + Neovim = ❤️
Stars: ✭ 95 (+313.04%)
Mutual labels:  dotfiles, zsh, tmux, oh-my-zsh
dotfiles
🏡 ~/.*
Stars: ✭ 13 (-43.48%)
Mutual labels:  zsh, tmux, vimrc, zshrc
Mac Bootstrap
💻 Provision a new Mac for web development with dotfiles + Fish/Zsh, Neovim, and Tmux
Stars: ✭ 96 (+317.39%)
Mutual labels:  dotfiles, zsh, tmux, iterm2
Dotfiles
📍 My dotfiles for macOS using Fish/Zsh, Neovim, and Tmux
Stars: ✭ 151 (+556.52%)
Mutual labels:  dotfiles, zsh, tmux, iterm2
zshrc
📝 Zsh Configuration for nerds with zplug
Stars: ✭ 28 (+21.74%)
Mutual labels:  dotfiles, zsh, zshrc, oh-my-zsh
dotfiles
My amazing vim, zsh and tmux config files
Stars: ✭ 25 (+8.7%)
Mutual labels:  tmux, vimrc, zshrc, oh-my-zsh
dotfiles
🏠 dotfiles for my macOS environment
Stars: ✭ 17 (-26.09%)
Mutual labels:  dotfiles, zsh, tmux, base16
Dotfiles
My configuration files
Stars: ✭ 89 (+286.96%)
Mutual labels:  dotfiles, tmux, vimrc, zshrc
Dotfiles
⚡️ Awesome configurations for the development environments
Stars: ✭ 137 (+495.65%)
Mutual labels:  dotfiles, tmux, vimrc, zshrc
Dot-It-Up
A collection of dotfile scripts, plugins, and clever hacks so that you can become the master of your own OS! 🚀
Stars: ✭ 254 (+1004.35%)
Mutual labels:  tmux, vimrc, zshrc, oh-my-zsh
dotfiles
A total nord dotfiles used by me. Forever work in progress.
Stars: ✭ 35 (+52.17%)
Mutual labels:  tmux, vimrc, zshrc
dotfiles
🔯 A collection of my rc files (tmux, neovim, zsh, fish, poetry, git, ...etc) and utilities that make everyday coding fun!
Stars: ✭ 23 (+0%)
Mutual labels:  tmux, vimrc, zshrc

dotfiles

Running iTerm2 with oh-my-zsh and Spaceship-zsh-theme.

Another alternative is Hyper, it can run the same config and looks basically the same.

The color scheme is iTerm2 - Snazzy for iTerm2 and the font is Fira Code

Screenshot

The bottom row is from tmux. The pane shows which process is running and which folder you are currently in

Files

  • .aliases - All my own aliases, all git-aliases is supplied by oh-my-zsh/wiki/git
  • .functions - bash-functions, called by aliases
  • .tmux.conf - configuration for tmux
  • .vimrc - My vim configuration.
  • .zshenv - All environment variables exported here.
  • .zshrc - Most of the zsh-config, sourcing .aliases and .functions

Installation

If you are on Windows 10 I recommend installing bash on Windows/WSL and using bash through either Hyper or cmder. Through bash you can install zsh and run this config.

1 . Download and install latest beta from download@iTerm2 (Only for macOS)

2 . Install zsh according to these instructions: installing zsh

3 . Install oh-my-zsh, copy paste one of these commands:

curl:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

wget

sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

4 . Download the iTerm2 Color Scheme files from this repository and save anywhere on your computer: iterm2-snazzy

5 . In iTerm2, go to Preferences > Profiles and create a new profile by pressing + in bottom left corner or edit the default profile.

6 . Select your profile and go to the Colors-tab, in the bottom right there is a dropdown with the text Color Presets.... Click it and then choose Import. Find your downloaded color scheme and import it, then select it afterwards in the dropdown.

7 . Install the spaceship-zsh-theme with npm and follow instructions in the terminal. If you get instructions or warnings/errors follow them to properly install:

npm install -g spaceship-zsh-theme

8 . Reload the .zshrc by running. Everytime you make a change in .zshrc you have to source the file so it reloads. This can be done with either . or source:

. ~/.zshrc

10 . I also have two extra plugins installed: zsh-syntax-highlighting and zsh-autosuggestions. You can either install them or remove the lines from .zshrc that includes them.

Extra

Merge title bar

To merge the title bar with the background, just change the Tab Color to the same as the background color:

Tab Color

Padding

I have added padding to all sides which you can do under Advanced in settings. Just search for margin and change Height of top and botton margins in terminal spaces and Width of left and right margins in terminal spaces

Padding

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].