All Projects → filipekiss → dotfiles-legacy

filipekiss / dotfiles-legacy

Licence: other
. .✧ · 🌎 ✷ ✫ 🌙 · ✵ 🚀✵ * ✵ · 🌌✫ ✷ · ✧ .

Programming Languages

shell
77523 projects
ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to dotfiles-legacy

dotfiles
🏠 dotfiles for my macOS environment
Stars: ✭ 17 (+13.33%)
Mutual labels:  dotfiles, zsh, tmux, homebrew, neovim
Dotfiles
vim, zsh, git, homebrew, nvm, neovim - my whole world
Stars: ✭ 2,217 (+14680%)
Mutual labels:  dotfiles, zsh, tmux, homebrew, neovim
Jarvis
Dotfiles for a powerful, web development-focused environment powered by Neovim, iTerm2, tmux, and zsh
Stars: ✭ 617 (+4013.33%)
Mutual labels:  dotfiles, zsh, tmux, homebrew, neovim
Dotfiles
📍 My dotfiles for macOS using Fish/Zsh, Neovim, and Tmux
Stars: ✭ 151 (+906.67%)
Mutual labels:  dotfiles, zsh, tmux, neovim
Dotconfig
Development environment setup
Stars: ✭ 27 (+80%)
Mutual labels:  dotfiles, zsh, tmux, neovim
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+6466.67%)
Mutual labels:  dotfiles, zsh, tmux, neovim
Neovim Config
Neovim configuration
Stars: ✭ 180 (+1100%)
Mutual labels:  dotfiles, zsh, tmux, neovim
Dotfiles
My dotfiles 🚀. Includes configs for neovim, tmux, zsh, alacritty and more.
Stars: ✭ 47 (+213.33%)
Mutual labels:  dotfiles, zsh, tmux, neovim
.dotfiles
💻 My settings for macOS, kitty, zsh, nvim, tmux, and more 🛠
Stars: ✭ 44 (+193.33%)
Mutual labels:  dotfiles, tmux, homebrew, neovim
dotfiles
🚀 tmux, ohmyzsh, powerlevel10k, neovim 🔧
Stars: ✭ 24 (+60%)
Mutual labels:  dotfiles, zsh, tmux, neovim
Dotfiles
Alacritty + Tmux + Oh My Zsh + Neovim = ❤️
Stars: ✭ 95 (+533.33%)
Mutual labels:  dotfiles, zsh, tmux, neovim
Dot Files
⚡️ Well documented, terminal centric web developer's dot files. Neovim, Zsh, Tmux, Git, etc.
Stars: ✭ 209 (+1293.33%)
Mutual labels:  dotfiles, zsh, tmux, neovim
Dotfiles
`~/dotfiles` to setup my dev env on macOS based around `neovim` and `tmux`
Stars: ✭ 20 (+33.33%)
Mutual labels:  dotfiles, zsh, tmux, neovim
Dotfiles
🔘 neovim, zsh, tmux, iTerm2, macOS dotfiles
Stars: ✭ 7 (-53.33%)
Mutual labels:  dotfiles, zsh, tmux, neovim
Dotfiles
My dotfiles: Experimental, ongoing configuration files, development environment and scripts for various Unix-like systems, text-based command-line applications and interfaces.
Stars: ✭ 185 (+1133.33%)
Mutual labels:  dotfiles, zsh, tmux, neovim
Dotfiles
My Neovim + Tmux + Zsh dev setup
Stars: ✭ 60 (+300%)
Mutual labels:  dotfiles, zsh, tmux, neovim
Dotfiles
💻 Use command line interface manager for macOS configuration.
Stars: ✭ 97 (+546.67%)
Mutual labels:  zsh, tmux, homebrew, neovim
dot
No description or website provided.
Stars: ✭ 40 (+166.67%)
Mutual labels:  dotfiles, zsh, tmux, neovim
Dotfiles
🤘 My collection of dotfiles for tmux, vim and zsh
Stars: ✭ 94 (+526.67%)
Mutual labels:  dotfiles, zsh, tmux, neovim
Mac Bootstrap
💻 Provision a new Mac for web development with dotfiles + Fish/Zsh, Neovim, and Tmux
Stars: ✭ 96 (+540%)
Mutual labels:  dotfiles, zsh, tmux, neovim

.dotfiles (legacy)

These are my old dotfiles. I've kept them here so I (or you) can consult them whenever I please, but these configuration files won't be updated anymore.

screenshot

What's in the box?

The config files are managed using zshero

Requirements

zsh comes default on macOS, but you may need to install it if you're in a Linux box.

Installation

$ wget -qO- https://raw.githubusercontent.com/filipekiss/dotfiles/master/bin/dotfiles | zsh
$ curl -fsSL  https://raw.githubusercontent.com/filipekiss/dotfiles/master/bin/dotfiles | zsh
$ git clone https://github.com/filipekiss/dotfiles.git ~/.dotfiles && cd ~/.dotfiles && ./bin/dotfiles

GPG Key

Exported from keybase:

keybase pgp pull-private

Follow the instructions on screen

Manually

Assuming your private key is in a file named my_private_key.pgp

cat my_private_key.pgp | gpg --allow-secret-key-import --import
gpg --edit-key <[email protected]>

Select your key (type the number and press enter) and trust

Configuring Git to use the key

Get the long key ID:

gpg --list-secret-keys --keyid-format LONG <[email protected]>

The string you need will be something like 'rsa4096/' (You don't need anything from the slash backwards)

Add to your LOCAL .gitconfig file:

git config -f ~/.gitconfig.local user.signingkey <LONG KEY>

Authors

Filipe Kiss

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