Skip to content

Commit

Permalink
2022-08-14 20:25:28
Browse files Browse the repository at this point in the history
  • Loading branch information
taupiqueur committed Aug 14, 2022
1 parent 34cf59c commit d141721
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 24 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,12 @@ home/ssh/id_ed25519
home/ssh/id_ed25519_*
home/ssh/known_hosts
home/icons
config/broot/launcher
config/gh
config/iterm2
config/cachix/cachix.dhall
local/share/icons/candy-icons
local/share/konsole
local/share/applications
local/share/icons
local/share/fonts
local/state
config/karabiner
local/share/karabiner
config/kak/autoload
config/kak/colors
config/kak/init.kak
config/mpv/scripts
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Configuration

###### [NixOS](etc/nixos/configuration.nix) | [Kakoune](config/kak/kakrc) | [Krabby](config/krabby/config.js) | [Git](config/git/config) | [gitui](config/gitui/key_config.ron) | [Sway](config/sway/config) | [Wayfire](config/wayfire.ini) | [yabai](config/yabai/yabairc) | [skhd](config/skhd/skhdrc) | [Alacritty](config/alacritty/alacritty.yml) | [Bash](home/bashrc) | [tmux](config/tmux/tmux.conf) | [mpv](config/mpv/mpv.conf) | [Broot](config/broot/conf.toml) | [sidetree](config/sidetree/sidetreerc) | [Starship](config/starship.toml) | [nginx](etc/nginx/nginx.conf)
###### [Kakoune](config/kak/kakrc) | [Git](config/git/config) | [gitui](config/gitui/key_config.ron) | [Sway](config/sway/config) | [Wayfire](config/wayfire.ini) | [Alacritty](config/alacritty/alacritty.yml) | [Bash](home/bashrc) | [tmux](config/tmux/tmux.conf) | [mpv](config/mpv/mpv.conf) | [sidetree](config/sidetree/sidetreerc) | [Starship](config/starship.toml) | [nginx](etc/nginx/nginx.conf)

> Personal configuration files.
5 changes: 0 additions & 5 deletions config/git/ignore

This file was deleted.

1 change: 0 additions & 1 deletion config/kak/kakrc
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ map -docstring 'open bashrc' global open b ': edit ~/.bashrc<ret>'
map -docstring 'open kakrc' global open k ': edit ~/.config/kak/kakrc<ret>'
map -docstring 'open mpv.conf' global open m ': edit ~/.config/mpv/input.conf; edit ~/.config/mpv/mpv.conf<ret>'
map -docstring 'open notes' global open n ': edit ~/docs/notes.txt<ret>gjvt'
map -docstring 'open configuration.nix' global open N ': edit /etc/nixos/configuration.nix<ret>'
map -docstring 'open alacritty.yml' global open t ': edit ~/.config/alacritty/alacritty.yml<ret>'
map -docstring 'open tmux.conf' global open T ': edit ~/.config/tmux/tmux.conf<ret>'
map -docstring 'open sway/config' global open w ': edit ~/.config/sway/config<ret>'
Expand Down
10 changes: 0 additions & 10 deletions home/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,6 @@ alias sudo='sudo '
alias ..='cd ..'
alias ...='cd ../..'

# NixOS
# https://nixos.org
alias nix-update='sudo nixos-rebuild switch'
alias nix-upgrade='sudo nixos-rebuild switch --upgrade --keep-going --fallback'
alias nix-gc='sudo nix-collect-garbage --delete-old'

# Compiling
alias nix-cargo="nix-shell --run 'cargo build --release' --packages pkg-config openssl rustup"
alias nix-shards="nix-shell --run 'shards build --release --production' --packages pkg-config openssl crystal shards"

# ifconfig.co
# https://ifconfig.co
alias ipd='curl ifconfig.co'
Expand Down

0 comments on commit d141721

Please sign in to comment.