ctrl k
  • Makefile
    ■ ■ ■ ■ ■ ■
    1  -.PHONY: install update bash ssh readline starship fzf tmux1 tmux3 vim vim-noplug
     1 +.PHONY: install update bash ssh readline starship fzf tmux1 tmux3 nvim vim-noplug
    2 2   
    3  -install: update ssh bash starship fzf vim
     3 +install: update ssh bash starship fzf nvim
    4 4   
    5 5  update:
    6 6   git pull
    skipped 9 lines
    16 16   
    17 17  starship:
    18 18   mkdir -p ~/.local/bin
    19  - curl -fsSL https://starship.rs/install.sh | bash -s -- -b ~/.local/bin -y --platform unknown-linux-musl
     19 + curl -fsSL https://starship.rs/install.sh | bash -s -- -b ~/.local/bin -y
    20 20   rm -rf ~/.config/starship.toml
    21 21   cp starship/starship.toml ~/.config/starship.toml
    22 22   
    skipped 11 lines
    34 34   mkdir -p ~/.config/tmux
    35 35   cp tmux/tmux3.conf ~/.config/tmux/tmux.conf
    36 36   
    37  -vim:
    38  - rm -rf ~/.vim/autoload/plug.vim ~/.vim/autoload/lightline ~/.vim/colors/quantum.vim ~/.vim/vimrc
    39  - mkdir -p ~/.vim/autoload
    40  - mkdir -p ~/.vim/colors
    41  - cp -r vim/autoload/lightline ~/.vim/autoload/lightline
    42  - cp vim/autoload/plug.vim ~/.vim/autoload/plug.vim
    43  - cp vim/colors/quantum.vim ~/.vim/colors/quantum.vim
    44  - cp vim/vimrc ~/.vim/vimrc
    45  - vim +'PlugInstall --sync' +qa
    46  - 
    47  -vim-noplug:
    48  - rm -rf ~/.vim/colors/quantum.vim ~/.vim/vimrc
    49  - mkdir -p ~/.vim/colors
    50  - cp vim/colors/quantum.vim ~/.vim/colors/quantum.vim
    51  - sed '/"==plugins-start/,/"==plugins-end/d' vim/vimrc > ~/.vim/vimrc
     37 +nvim:
     38 + #curl -L https://github.com/neovim/neovim/releases/download/stable/nvim.appimage > ~/.local/bin/nvim
     39 + curl -L https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage > ~/.local/bin/nvim
     40 + chmod +x ~/.local/bin/nvim
     41 + -mv ~/.config/nvim ~/.config/nvim.bak
     42 + git clone --depth 1 https://github.com/AstroNvim/AstroNvim ~/.config/nvim
     43 + #git clone --depth 1 https://code.mehalter.com/AstroNvim_user ~/.config/nvim/lua/user
     44 + nvim --headless -c 'quitall'
    52 45   
  • bash/bash_aliases
    ■ ■ ■ ■ ■ ■
    1 1  #!/bin/bash
    2 2   
     3 +alias vi='nvim'
     4 +alias vim='nvim'
     5 + 
    3 6  # aliases for Tmux
    4 7  tmux() {
    5 8   tconf="${XDG_CONFIG_HOME:-$HOME/.config}/tmux/tmux.conf"
    skipped 327 lines
  • bash/bashrc
    ■ ■ ■ ■ ■
    1 1  # .bashrc
    2 2   
    3  -export EDITOR=vim
    4  -export VISUAL=vim
     3 +export PATH="$HOME/.local/bin:$HOME/bin:$PATH"
     4 +export EDITOR=nvim
     5 +export VISUAL=nvim
    5 6   
    6 7  # Source global definitions
    7 8  if [ -f /etc/bashrc ]; then
    skipped 69 lines
    77 78   
    78 79  eval "$(starship init bash)"
    79 80   
     81 +# default modules
     82 +module load git/2.15.1
     83 + 
  • ssh/gtri_rsa.pub
    ■ ■ ■ ■ ■ ■
     1 +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCdgJ+jx2BF0R80yu6t3Abr7A07xWah/D/3z0uEvclU3Au2yAZM17B/hIx+YLF3ShOzsWfxMNNOVYaIywRqBXxXi+E4cfzCBwqqrqHU7XgNQnc483tiVwyewqq+XsezdBwvpzaNa+1oVMyM6sbEx/3thNYsZ1XQTnGY8l5YP+5lIFzo5RLojCD6Y2xaSgajOf5iVv1DvMh3YBk71fh17rydeeC0jsns0ZDeYxiaa75kleAJ2f2WYsTLmKjnFpkrI/IO4OCsHwA0/zVN6jD2rVUVemuqO5irj4djxGa3Vd0ue1UUAlQQuVNmsWj1bN0QHTF9ne8gEHiaT/0s5OGfZ+kaEIXwXhoBsFHqF+2kmMTAB/GL+NP36z1JXWps0QwUnoRBLizQQHf027J2x3L/xev4/CfW/nkYO1aBzBqig9wrsUMU7Zaeduax8p9bQ0U7DInzqdHFvHX7YU+R1xRQL5CK4qUWMSxTd5NC/R5FmK0ErYvsyOE2s4E4H/QWRg1x0wXUinQaevsNpE71x4PebkXf5bUsvcvTdEtHOnS2x5EI8ZUoiguQVYTamtcqZKovsnIKB0gFbU0fGt298GqCt++ucDrBIqyWOKuVoI2VT7DTu725CQbQkUkBZBKSHsmrRzFzX0w9WG2Cwxec437flTyKbWqrf/4IyvIZa1+tIcxcJw== micah.halter@gtri.gatech.edu
     2 + 
  • starship/starship.toml
    ■ ■ ■ ■ ■
    1  -prompt_order = [
    2  - "time",
    3  - "username",
    4  - "hostname",
    5  - "kubernetes",
    6  - "directory",
    7  - "git_branch",
    8  - "git_commit",
    9  - "git_state",
    10  - "git_status",
    11  - "hg_branch",
    12  - "docker_context",
    13  - "package",
    14  - "dotnet",
    15  - "elixir",
    16  - "elm",
    17  - "golang",
    18  - "haskell",
    19  - "java",
    20  - "julia",
    21  - "nodejs",
    22  - "php",
    23  - "python",
    24  - "ruby",
    25  - "rust",
    26  - "terraform",
    27  - "nix_shell",
    28  - "conda",
    29  - "memory_usage",
    30  - "aws",
    31  - "env_var",
    32  - "crystal",
    33  - "cmd_duration",
    34  - "custom",
    35  - "line_break",
    36  - "jobs",
    37  - "battery",
    38  - "character",
    39  -]
     1 +format = """
     2 +$time\
     3 +$username\
     4 +$hostname\
     5 +$kubernetes\
     6 +$directory\
     7 +$git_branch\
     8 +$git_commit\
     9 +$git_state\
     10 +$git_status\
     11 +$hg_branch\
     12 +$docker_context\
     13 +$package\
     14 +$dotnet\
     15 +$elixir\
     16 +$elm\
     17 +$golang\
     18 +$haskell\
     19 +$java\
     20 +$julia\
     21 +$nodejs\
     22 +$php\
     23 +$python\
     24 +$ruby\
     25 +$rust\
     26 +$terraform\
     27 +$nix_shell\
     28 +$conda\
     29 +$memory_usage\
     30 +$aws\
     31 +$env_var\
     32 +$crystal\
     33 +$cmd_duration\
     34 +$custom\
     35 +$line_break\
     36 +$jobs\
     37 +$battery\
     38 +$character"""
    40 39   
    41 40  [character]
    42  -symbol = "➤"
     41 +success_symbol = "[➤](bold green)"
     42 +error_symbol = "[➤](bold red)"
    43 43   
    44 44  [cmd_duration]
    45  -prefix = ""
    46  - 
    47  -[directory]
    48  -prefix = ""
     45 +format = "[$duration]($style) "
    49 46   
    50 47  [time]
    51 48  disabled = false
    52  -format = "%T"
     49 +format = "[$time](bold yellow) "
     50 + 
     51 +[directory]
     52 +style = "bold blue"
     53 + 
     54 +[git_branch]
     55 +format = "[$symbol$branch(:$remote_branch)]($style) "
     56 + 
     57 +[hostname]
     58 +format = "[$hostname]($style) "
     59 +style = "bold green"
    53 60   
    54 61  [username]
    55  -style_user = "bold blue"
     62 +format = "[$user@]($style)"
     63 +style_user = "green"
     64 + 
     65 +[buf]
     66 +format = "[$symbol]($style)"
     67 + 
     68 +[bun]
     69 +format = "[$symbol]($style)"
     70 + 
     71 +[cmake]
     72 +format = "[$symbol]($style)"
     73 + 
     74 +[cobol]
     75 +format = "[$symbol]($style)"
     76 + 
     77 +[crystal]
     78 +format = "[$symbol]($style)"
     79 + 
     80 +[daml]
     81 +format = "[$symbol]($style)"
     82 + 
     83 +[dart]
     84 +format = "[$symbol]($style)"
     85 + 
     86 +[deno]
     87 +format = "[$symbol]($style)"
     88 + 
     89 +[dotnet]
     90 +format = "[$symbol(🎯 $tfm )]($style)"
     91 + 
     92 +[elixir]
     93 +format = '[$symbol]($style)'
     94 + 
     95 +[elm]
     96 +format = '[$symbol]($style)'
     97 + 
     98 +[erlang]
     99 +format = '[$symbol]($style)'
     100 + 
     101 +[fennel]
     102 +format = '[$symbol]($style)'
     103 + 
     104 +[golang]
     105 +format = '[$symbol]($style)'
     106 + 
     107 +[gradle]
     108 +format = '[$symbol]($style)'
     109 + 
     110 +[haxe]
     111 +format = '[$symbol]($style)'
     112 + 
     113 +[helm]
     114 +format = '[$symbol]($style)'
     115 + 
     116 +[java]
     117 +format = '[$symbol]($style)'
    56 118   
    57 119  [julia]
    58  -symbole = "∴"
     120 +format = '[$symbol]($style)'
     121 +symbol = "∴"
     122 + 
     123 +[kotlin]
     124 +format = '[$symbol]($style)'
     125 + 
     126 +[lua]
     127 +format = '[$symbol]($style)'
     128 + 
     129 +[meson]
     130 +format = '[$symbol]($style)'
     131 + 
     132 +[nim]
     133 +format = '[$symbol]($style)'
     134 + 
     135 +[nodejs]
     136 +format = '[$symbol]($style)'
     137 + 
     138 +[ocaml]
     139 +format = '[$symbol(\($switch_indicator$switch_name\) )]($style)'
     140 + 
     141 +[opa]
     142 +format = '[$symbol]($style)'
     143 + 
     144 +[perl]
     145 +format = '[$symbol]($style)'
     146 + 
     147 +[php]
     148 +format = '[$symbol]($style)'
     149 + 
     150 +[pulumi]
     151 +format = '[$symbol$stack]($style)'
     152 + 
     153 +[purescript]
     154 +format = '[$symbol]($style)'
     155 + 
     156 +[python]
     157 +format = '[$symbol]($style)'
     158 + 
     159 +[raku]
     160 +format = '[$symbol]($style)'
     161 + 
     162 +[red]
     163 +format = '[$symbol]($style)'
     164 + 
     165 +[rlang]
     166 +format = '[$symbol]($style)'
     167 + 
     168 +[ruby]
     169 +format = '[$symbol]($style)'
     170 + 
     171 +[rust]
     172 +format = '[$symbol]($style)'
     173 + 
     174 +[solidity]
     175 +format = '[$symbol]($style)'
     176 + 
     177 +[swift]
     178 +format = '[$symbol]($style)'
     179 + 
     180 +[vagrant]
     181 +format = '[$symbol]($style)'
     182 + 
     183 +[vlang]
     184 +format = '[$symbol]($style)'
     185 + 
     186 +[zig]
     187 +format = '[$symbol]($style)'
    59 188   
Please wait...
Page is in error, reload to recover