aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc2
-rwxr-xr-x.boilerplates/cs/run2
-rw-r--r--.config/uncrustify.cfg (renamed from .config/uncrustify.txt)0
-rwxr-xr-xbackup2
4 files changed, 3 insertions, 3 deletions
diff --git a/.bashrc b/.bashrc
index bc74ca2..f3b72d2 100644
--- a/.bashrc
+++ b/.bashrc
@@ -41,6 +41,6 @@ export TERM='st'
export TERMINAL='st'
export PATH=$PATH:$HOME/.scripts:$HOME/.sailfish/bin:$HOME/.gem/ruby/2.7.0/bin:$HOME/.cargo/bin:$HOME/.local/bin
export GITHUB_TOKEN="$(cat "$HOME"/.crypto/github)"
-export UNCRUSTIFY_CONFIG="$HOME/.config/uncrustify.txt"
+export UNCRUSTIFY_CONFIG="$HOME/.config/uncrustify.cfg"
export FZF_DEFAULT_COMMAND='rg --line-number --color never --no-heading ""'
export FZF_DEFAULT_OPTS='--bind ctrl-d:half-page-down,ctrl-u:half-page-up'
diff --git a/.boilerplates/cs/run b/.boilerplates/cs/run
index 397bce4..84b6eb9 100755
--- a/.boilerplates/cs/run
+++ b/.boilerplates/cs/run
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
-csc Program.cs
+mcs -out:Program.exe -pkg:dotnet ./*.cs
mono Program.exe
diff --git a/.config/uncrustify.txt b/.config/uncrustify.cfg
index a17daba..a17daba 100644
--- a/.config/uncrustify.txt
+++ b/.config/uncrustify.cfg
diff --git a/backup b/backup
index 803a23e..9a0c018 100755
--- a/backup
+++ b/backup
@@ -13,7 +13,7 @@ cp "$HOME"/.config/gtk-3.0/* .config/gtk-3.0/
cp "$HOME"/.config/nvim/init.vim .config/nvim/
cp "$HOME"/.config/zathura/zathurarc .config/zathura/
cp "$HOME"/.config/mpv/mpv.conf .config/mpv/
-cp "$HOME"/.config/uncrustify.txt .config/
+cp "$HOME"/.config/uncrustify.cfg .config/
# Boilerplates
cp -r "$HOME"/.boilerplates .