From 0b36f32d6223ff6054af41f54e79da4b964e97f0 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 25 Jan 2020 02:00:57 +0100 Subject: [PATCH] deleted generated files --- .Xresources | 3 - .config/fish/config.fish | 144 --------------------------------------- .gitignore_global | 3 - .nanorc | 30 -------- .rustfmt.toml | 33 --------- .signature | 6 -- .tmux.conf.local | 142 -------------------------------------- 7 files changed, 361 deletions(-) delete mode 100644 .Xresources delete mode 100644 .config/fish/config.fish delete mode 100644 .gitignore_global delete mode 100644 .nanorc delete mode 100644 .rustfmt.toml delete mode 100644 .signature delete mode 100644 .tmux.conf.local diff --git a/.Xresources b/.Xresources deleted file mode 100644 index 3a22b41..0000000 --- a/.Xresources +++ /dev/null @@ -1,3 +0,0 @@ -st.font: Source Code Pro for Powerline:style=book - -st.shell: /usr/bin/fish diff --git a/.config/fish/config.fish b/.config/fish/config.fish deleted file mode 100644 index fccedac..0000000 --- a/.config/fish/config.fish +++ /dev/null @@ -1,144 +0,0 @@ -function fish_title - true -end - -if test -n "$EMACS" - set -x TERM eterm-color -end - -if test "$TERM" = "dumb" - function fish_prompt - echo "\$ " - end - function fish_right_prompt; end - function fish_greeting; end - function fish_title; end -end - -function fish_greeting; end - -set -gx PATH \ -$HOME/.pub-cache/bin $HOME/.local/bin $HOME/go/bin $HOME/.cargo/bin \ -$HOME/.gem/ruby/2.6.0/bin $PATH - -set -gx SUDO_ASKPASS ~/.local/bin/askpass - -set -gx EDITOR emacsclient -c - -set -gx DART_SDK /opt/dart-sdk/bin - -set -gx ANDROID_HOME $HOME/Android/Sdk - -set -gx PKG_CONFIG_PATH /usr/local/lib/pkgconfig/ $PKG_CONFIG_PATH - -set -g theme_nerd_fonts_support yes - -set -g theme_title_display_process yes - -set -g theme_display_hostname ssh - -set -g theme_display_sudo_user yes - -set -g theme_show_exit_status yes - -set -g theme_git_worktree_support yes - -abbr df 'df -H' -abbr diskspace 'sudo df -h | grep -E "sd|lv|Size"' - -abbr meminfo 'free -m -l -t' - -abbr gpumeminfo 'grep -i --color memory /var/log/Xorg.0.log' - -abbr cpuinfo lscpu - -abbr pscpu 'ps auxf | sort -nr -k 3' -abbr pscpu10 'ps auxf | sort -nr -k 3 | head -10' - -abbr psmem 'ps auxf | sort -nr -k 4' -abbr psmem10 'ps auxf | sort -nr -k 4 | head -10' - -abbr remove 'sudo pacman -Rscnd' - -abbr p 'sudo -A pacman' - -abbr purge 'yay -Sc' - -abbr search 'pacman -Ss' - -abbr update 'sudo pacman -Syu' - -abbr s 'systemctl --user' - -abbr S 'sudo systemctl' - -abbr cdebug 'cmake -DCMAKE_BUILD_TYPE=Debug' -abbr crelease 'cmake -DCMAKE_BUILD_TYPE=Release' - -abbr dc docker-compose -abbr dcd 'docker-compose down' -abbr dcr 'docker-compose run --rm' -abbr dcu 'docker-compose up' -abbr dcub 'docker-compose up --build' - -abbr swipl 'clear && swipl -q && clear' - -abbr e 'emacsclient -c' - -abbr enw 'emacsclient -c -nw' - -abbr vi vim - -abbr tlmgr tllocalmgr - -abbr texhash 'sudo texhash' - -abbr cp 'cp -i' -abbr ln 'ln -i' -abbr lns 'ln -si' -abbr mv 'mv -i' -abbr rm 'rm -I' -abbr rmd 'rm --preserve-root -Ir' -abbr rmdf 'rm --preserve-root -Irf' -abbr rmf 'rm --preserve-root -If' - -abbr chgrp 'chgrp --preserve-root' -abbr chmod 'chmod --preserve-root' -abbr chown 'chown --preserve-root' - -abbr clean clear - -abbr exi exit -abbr exti exit - -abbr hotp htop - -abbr please 'sudo -A' - -abbr q exit - -abbr hist history - -abbr flac 'youtube-dl -x --audio-format flac --audio-quality 0 -o "~/Music/%(uploader)s/%(title)s.%(ext)s"' - -abbr ytdl 'youtube-dl -f best -ciw -o "~/Videos/YouTube/%(uploader)s/%(upload_date)s - %(title)s.%(ext)s"' - -abbr mpv 'mpv --no-border --force-window=no' - -abbr compress 'tar -czf' -abbr untar 'tar -xvzf' - -abbr feh 'feh -Zx.' - -abbr nmcli 'nmcli -p -c auto' - -abbr n 'nordvpn' -abbr nc 'nordvpn c' -abbr nd 'nordvpn d' - -abbr ncf 'nordvpn c France' -abbr ncg 'nordvpn c Germany' -abbr ncj 'nordvpn c Japan' -abbr ncu 'nordvpn c United_States' - -abbr wget 'wget -c' diff --git a/.gitignore_global b/.gitignore_global deleted file mode 100644 index cc8386e..0000000 --- a/.gitignore_global +++ /dev/null @@ -1,3 +0,0 @@ -~* - -*.out diff --git a/.nanorc b/.nanorc deleted file mode 100644 index 59b10e3..0000000 --- a/.nanorc +++ /dev/null @@ -1,30 +0,0 @@ -set backup -set backupdir /home/phundrak/.cache/nano/backups/ - -set unix - -set smarthome - -unset casesensitive - -set regexp - -set boldtext - -set softwrap - -set atblanks - -set linenumbers - -set constantshow - -set tabstospaces - -set tabsize 2 - -set autoindent - -set trimblanks - -include ~/.config/nanorc/*.nanorc diff --git a/.rustfmt.toml b/.rustfmt.toml deleted file mode 100644 index 5b07ceb..0000000 --- a/.rustfmt.toml +++ /dev/null @@ -1,33 +0,0 @@ -edition = "2018" - -enum_discrim_align_threshold = 20 - -fn_single_line = true - -format_code_in_doc_comments = true - -format_strings = true - -hard_tabs = true - -max_width = 80 - -merge_imports = true - -newline_style = Unix - -normalize_comments = true - -normalize_doc_attributes = true - -reorder_impl_items = true - -report_fixme = "Always" - -todo = "Always" - -struct_field_align_threshold = 20 - -tab_spaces = 2 - -wrap_comments = true diff --git a/.signature b/.signature deleted file mode 100644 index fc37d75..0000000 --- a/.signature +++ /dev/null @@ -1,6 +0,0 @@ -Lucien “Phundrak” Cartier-Tilet -https://phundrak.com (Français) -https://en.phundrak.com (English) - -Pensez à notre planète, avez-vous vraiment besoin d’imprimer ce courriel ? -Please mind our planet, do you really need to print this email? diff --git a/.tmux.conf.local b/.tmux.conf.local deleted file mode 100644 index 06fa917..0000000 --- a/.tmux.conf.local +++ /dev/null @@ -1,142 +0,0 @@ -tmux_conf_new_window_retain_current_path=true - -tmux_conf_new_window_retain_current_path=true - -tmux_conf_new_pane_reconnect_ssh=true - -tmux_conf_new_session_prompt=false - -tmux_conf_theme_24b_colour=false - -tmux_conf_theme_window_fg='default' -tmux_conf_theme_window_bg='default' - -tmux_conf_theme_highlight_focused_pane=false - -tmux_conf_theme_terminal_title='#h ❐ #S ● #I #W' - -tmux_conf_theme_left_separator_main='\uE0B0' -tmux_conf_theme_left_separator_sub='\uE0B1' -tmux_conf_theme_right_separator_main='\uE0B2' -tmux_conf_theme_right_separator_sub='\uE0B3' - -tmux_conf_theme_pane_border_style=thin - -tmux_conf_theme_focused_pane_fg='default' -tmux_conf_theme_focused_pane_bg='#0087d7' - -tmux_conf_theme_pane_border='#444444' -tmux_conf_theme_pane_active_border='#00afff' - -tmux_conf_theme_pane_indicator='#00afff' -tmux_conf_theme_pane_active_indicator='#00afff' - -tmux_conf_theme_message_fg='#000000' -tmux_conf_theme_message_bg='#ffff00' -tmux_conf_theme_message_attr='bold' - -tmux_conf_theme_message_command_fg='#ffff00' -tmux_conf_theme_message_command_bg='#000000' -tmux_conf_theme_message_command_attr='bold' - -tmux_conf_theme_mode_fg='#000000' -tmux_conf_theme_mode_bg='#ffff00' -tmux_conf_theme_mode_attr='bold' - -tmux_conf_theme_status_fg='#8a8a8a' -tmux_conf_theme_status_bg='#080808' -tmux_conf_theme_status_attr='none' - -tmux_conf_theme_window_status_fg='#8a8a8a' -tmux_conf_theme_window_status_bg='#080808' -tmux_conf_theme_window_status_attr='none' - -tmux_conf_theme_window_status_format='#I #W' - -tmux_conf_theme_window_status_current_fg='#000000' -tmux_conf_theme_window_status_current_bg='#00afff' -tmux_conf_theme_window_status_current_attr='bold' - -tmux_conf_theme_window_status_current_format='#I #W' - -tmux_conf_theme_window_status_activity_fg='default' -tmux_conf_theme_window_status_activity_bg='default' -tmux_conf_theme_window_status_activity_attr='underscore' - -tmux_conf_theme_window_status_bell_fg='#ffff00' -tmux_conf_theme_window_status_bell_bg='default' -tmux_conf_theme_window_status_bell_attr='blink,bold' - -tmux_conf_theme_window_status_last_fg='#00afff' -tmux_conf_theme_window_status_last_bg='default' -tmux_conf_theme_window_status_last_attr='none' - -tmux_conf_theme_status_left=' ❐ #S | ↑#{?uptime_y, #{uptime_y}y,}#{?uptime_d, #{uptime_d}d,}#{?uptime_h, #{uptime_h}h,}#{?uptime_m, #{uptime_m}m,} ' -tmux_conf_theme_status_right='#{prefix}#{pairing}#{synchronized} #{?battery_status, #{battery_status},}#{?battery_bar, #{battery_bar},}#{?battery_percentage, #{battery_percentage},} , %R , %d %b | #{username}#{root} | #{hostname} ' - -tmux_conf_theme_status_left_fg='#000000,#e4e4e4,#e4e4e4' -tmux_conf_theme_status_left_bg='#ffff00,#ff00af,#00afff' -tmux_conf_theme_status_left_attr='bold,none,none' - -tmux_conf_theme_status_right_fg='#8a8a8a,#e4e4e4,#000000' -tmux_conf_theme_status_right_bg='#080808,#d70000,#e4e4e4' -tmux_conf_theme_status_right_attr='none,none,bold' - -tmux_conf_theme_pairing='👓 ' # U+1F453 -tmux_conf_theme_pairing_fg='none' -tmux_conf_theme_pairing_bg='none' -tmux_conf_theme_pairing_attr='none' - -# prefix indicator -tmux_conf_theme_prefix='⌨ ' # U+2328 -tmux_conf_theme_prefix_fg='none' -tmux_conf_theme_prefix_bg='none' -tmux_conf_theme_prefix_attr='none' - -tmux_conf_theme_root='!' -tmux_conf_theme_root_fg='none' -tmux_conf_theme_root_bg='none' -tmux_conf_theme_root_attr='bold,blink' - -tmux_conf_theme_synchronized='🔒' # U+1F512 -tmux_conf_theme_synchronized_fg='none' -tmux_conf_theme_synchronized_bg='none' -tmux_conf_theme_synchronized_attr='none' - -tmux_conf_battery_bar_symbol_full='◼' -tmux_conf_battery_bar_symbol_empty='◻' - -tmux_conf_battery_bar_length='auto' - -tmux_conf_battery_bar_palette='gradient' -#tmux_conf_battery_bar_palette='#d70000,#e4e4e4,#000000' - -tmux_conf_battery_hbar_palette='gradient' - -tmux_conf_battery_vbar_palette='gradient' - -tmux_conf_battery_status_charging='⚡ ' # U+26A1 -tmux_conf_battery_status_discharging='🔋 ' # U+1F50B -# tmux_conf_battery_status_charging='↑' # U+2191 -# tmux_conf_battery_status_discharging='↓' # U+2193 -#tmux_conf_battery_status_charging='🔌 ' # U+1F50C - -tmux_conf_theme_clock_colour='#00afff' -tmux_conf_theme_clock_style='24' - -tmux_conf_copy_to_os_clipboard=false - -set -g history-limit 10000 - -#set -g mouse on - -#set -g status-keys vi -#set -g mode-keys vi - -# set -gu prefix2 -# unbind C-a -# unbind C-b -# set -g prefix C-a -# bind C-a send-prefix - -#set -g status-position top