All Projects → nathanmsmith → .config

nathanmsmith / .config

Licence: other
How I like things.

Programming Languages

lua
6591 projects
Vim Script
2826 projects
shell
77523 projects

Projects that are alternatives of or similar to .config

dotfiles
Dotfiles for Neovim (0.7+), Fish shell, git, Kitty, tmux, and more.
Stars: ✭ 54 (+5.88%)
Mutual labels:  hammerspoon, fish-shell
hs-weather
Weather menubar app for hammerspoon
Stars: ✭ 17 (-66.67%)
Mutual labels:  hammerspoon
company-shell
No description or website provided.
Stars: ✭ 89 (+74.51%)
Mutual labels:  fish-shell
fish-color-scheme-switcher
A fish shell 🐟 plugin to switch color schemes 🌈
Stars: ✭ 48 (-5.88%)
Mutual labels:  fish-shell
Keyboard
Master of keyboard is master of automation (Key remapper implementation in Swift)
Stars: ✭ 45 (-11.76%)
Mutual labels:  hammerspoon
sublime-fish
A robust Sublime Text syntax package for fish
Stars: ✭ 32 (-37.25%)
Mutual labels:  fish-shell
fish-elm-completions
Elm related completions for the friendly interactive shell
Stars: ✭ 21 (-58.82%)
Mutual labels:  fish-shell
hammerspoon.github.io
Website
Stars: ✭ 80 (+56.86%)
Mutual labels:  hammerspoon
CommandPost
Workflow Enhancements for Creatives
Stars: ✭ 267 (+423.53%)
Mutual labels:  hammerspoon
dotfiles
My dotfiles.
Stars: ✭ 21 (-58.82%)
Mutual labels:  fish-shell
dotfiles
💻dotfiles for: tmux, neovim, git, zsh, osx
Stars: ✭ 49 (-3.92%)
Mutual labels:  hammerspoon
dotfiles
mac OS, Arch Linux, and Debian/Ubuntu
Stars: ✭ 286 (+460.78%)
Mutual labels:  hammerspoon
dotfiles
💾 dotfiles for macOS - includes zsh, hyper key, Karabiner, and Phoenix configurations. Installation via dotbot.
Stars: ✭ 41 (-19.61%)
Mutual labels:  hammerspoon
agnoster
Agnoster for Fish 🐠
Stars: ✭ 42 (-17.65%)
Mutual labels:  fish-shell
fish-symnav
Symbolic link navigation for Fish shell
Stars: ✭ 11 (-78.43%)
Mutual labels:  fish-shell
dotfiles
🔯 A collection of my rc files (tmux, neovim, zsh, fish, poetry, git, ...etc) and utilities that make everyday coding fun!
Stars: ✭ 23 (-54.9%)
Mutual labels:  fish-shell
dotfiles
Configuration settings for my terminal
Stars: ✭ 30 (-41.18%)
Mutual labels:  fish-shell
dotfiles
macOS / Linux / Codespaces dotfiles with 1-line setup script. Tested on Apple Silicon Macs. Supports both zsh and fish. Now managed with https://github.com/twpayne/chezmoi
Stars: ✭ 82 (+60.78%)
Mutual labels:  fish-shell
hammerspoon-kuranado
Hammerspoon config(Support custom shortcut keys, emoji search, application shortcut switching, real-time network speed, key echo, etc.)
Stars: ✭ 121 (+137.25%)
Mutual labels:  hammerspoon
fish
Fish config with awesome flexible prompt, unicode symbols, better fzf integration and lot of handy functions.
Stars: ✭ 27 (-47.06%)
Mutual labels:  fish-shell

.config

Nathan's dotfiles.

Setup

Currently, these dotfiles are only tested on macOS.

Clone this directory in your home folder, ~. Run install.sh

git clone https://github.com/nathunsmitty/.config
cd .config
./install.sh

fish

Changing shell to fish

brew install fish
echo /usr/local/bin/fish >> /etc/shells
chsh -s /usr/local/bin/fish
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].