Skip to content

Latest commit

 

History

710 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

my config files...

Used Things

Name What
Git version-control system
Fish main command line shell
NeoVim main editor
tmux terminal multiplexer
zoxide tool for quick access to directories
fzf fuzzy finder for terminal & vim
fd file search
ripgrep tool for recursively searches directories
expect
gh GitHub on the command line
/opt/homebrew/bin/brew install git fish neovim tmux zoxide fzf fd ripgrep expect gh

Setup

set -x XDG_CONFIG_HOME $HOME/.config && bash ./scripts/setup/dotfile.sh
Linux Server

1. Setup bashrc

curl -o $HOME/.bashrc https://raw.githubusercontent.com/grandcolline/dotfiles/main/bashrc && source $HOME/.bashrc

2. Install development tool

curl https://raw.githubusercontent.com/grandcolline/dotfiles/main/scripts/setup/linux.sh | bash

3. Setup dotfiles

fish
cd ~/develop/src/github.com/grandcolline/dotfiles
set -x XDG_CONFIG_HOME $HOME/.config && bash ./scripts/setup/dotfile.sh
echo "set -x PC_NAME 'リモートPC'" > $HOME/.config/fish/conf.d/remote.local.fish

4. Create GitHub keys

ssh-keygen -t ed25519
nvim ~/.ssh/config
# Host github github.com
#   HostName github.com
#   IdentityFile ~/.ssh/id_ed25519
#   User git

chmod 644 ~/.ssh/config

and register pub key in here.

4. Install Docker (if you need docker)

curl https://raw.githubusercontent.com/grandcolline/dotfiles/main/scripts/setup/linux.docker.sh | bash

Terminal

Ghostty

Font

JetBrainsMonoNL Nerd Font Mono

About

きっと動く!

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages